I activate the module Node Form Rearrange (http://drupal.org/project/node_form_rearrange) and I see 2 errors in your module:
* warning: Invalid argument supplied for foreach() in ...\sites\all\modules\active_tags\active_tags.module on line 61.
* warning: Invalid argument supplied for foreach() in ...\sites\all\modules\active_tags\active_tags_popular.module on line 99.
.
Comments
Comment #1
dragonwize commentedI've never used that module and this is the first I have heard of it. I will look into integration with them if I get time. Patches are welcome.
Comment #2
dragonwize commentedComment #3
bunker commentedI also experienced this error. Applying this patch: http://drupal.org/node/559172 Fixed the line 61 error.
The line 99 error remains..
Comment #4
dragonwize commentedThen if this issue is the same it has the same result. Currently I am not willing to sacrifice performance to fix improper workarounds in other modules. See the compatibility section of the project page for more information.