I have been using DHTML Menu since it was first ported to Drupal 6.x. I stay pretty-well up-to-date with my modules.

Recently, I started noticing an error on all pages of my Drupal 6.2 site:

Invalid argument supplied for foreach() in includes/menu.inc on line 258.

I have two menu blocks using this module. One is the Navigation block, of course. I removed the Administer menu into it's own block.

When I uncheck the 'Use the DHTML effect' option in both blocks, the error goes away. I uninstalled the module and then re-enabled it, but no change.

Comments

MaffooClock’s picture

Oh, I forgot to mention: even with the error message, everything, including the DHTML-enabled menus, appear to work as normal. The only issue is simply the occurrence of the error message.

MaffooClock’s picture

Actually, advanced_forums may be the culprit: #254051: error for menu.inc.

MaffooClock’s picture

Status: Active » Closed (fixed)

Yep. advanced_forums is indeed causing the problem.