after installing in drupal 6.6 I received this error...
"warning: Missing argument 1 for og_menu_menu() in /home/z1lleem/public_html/sites/all/modules/og_menu/og_menu.module on line 42."

Also, I had to add "core = "6.x"" in the $Id section of the info file.

Thanks for your work on this important module.

Comments

les lim’s picture

Status: Active » Closed (duplicate)

I'm reasonably certain the installation issues you're facing are a result of this:

http://drupal.org/node/337291

which makes trying to forcibly turn on this module a bad idea, as it would be trying to run drupal 5 code in a drupal 6 installation.