I'm running Drupal 6.6 and after having installed dhtml_menu 6.x-3.2 I suddenly detected a problem in the file includes/menu.inc on line 736.

Drupal tells me: Invalid argument supplied for foreach() in ../includes/menu.inc on line 736.

Does anybody know the reason for this problem? BTW: I'm not sure if this has really been caused by having installed dhtml_menu!

Comments

sikhone’s picture

this error occurs when there is problem in the implementation of
hook_menu() in any module

check it also
http://api.drupal.org/api/file/developer/examples/page_example.module/6/...

thanks