Closed (fixed)
Project:
AHAH Forms Framework
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 May 2007 at 13:00 UTC
Updated:
21 May 2007 at 18:31 UTC
I've installed the very usefull subform_element module (from fago@drupal.org), but received a white screen as I activated the dynamic_subform module of ahah forms.
The php_error.log threw a "fatal error: Cannot redeclare theme_subform()."
For using both modules side-by-side, I think only line 209 in the dynamic_subform.module should be changed:
- function theme_subform($element) {
+ function theme_dynamic_subform($element) {
Comments
Comment #1
starbow commentedThanks. The fix actually touches a couple of more lines, but it is pretty simple. I have updated -dev.
-t
Comment #2
(not verified) commented