I get the following error when I active the OG notifications module...
warning: Missing argument 1 for og_notifications_menu() in /public_html/sites/all/modules/og/og_notifications/og_notifications.module on line 15.
Is it happening because some of the features/frameworks (notifications/messaging) aren't drupal 6.3 compatible?
Comments
Comment #1
moshe weitzman commentedthis module is not compatible with 6 yet and AFAIK cannot even be activated on the modules page
Comment #2
Osfer commentedI can confirm that it *is* selectable for activation on the modules page. I got the same error message. I'll go turn it off for now :)
Comment #3
TheresaM commentedwarning: Missing argument 1 for og_notifications_menu() in /var/www//og/og_notifications/og_notifications.module on line 15.
getting the same error as well and will disable it for the time being.
Comment #4
rpghost commentedI got this error too... but you can make it go away if you edit the file:
og/og_notifications/og_notifications.module
15c15
< function og_notifications_menu($may_cache) {
---
> function og_notifications_mnuu($may_cache = NULL) {
I've been using my system without any problems, though I can't verify this module actually works as I don't really know where it shows up in the UI in general.
James
Comment #5
dan_aka_jack commentedThis issue is a duplicate. We should probably use the following issue instead: http://drupal.org/node/294818