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

starbow’s picture

Status: Active » Fixed

Thanks. The fix actually touches a couple of more lines, but it is pretty simple. I have updated -dev.

-t

Anonymous’s picture

Status: Fixed » Closed (fixed)