Fatal error: Call to undefined function og_is_group_type() in /var/www/htdocs/common/drupal-6.13/sites/all/modules/xmppframework/contrib/xmpp_node_muc/xmpp_node_muc.module on line 250

Any Ideas? Why there is a need for og?

Comments

darren.ferguson’s picture

Status: Active » Closed (fixed)

Yep, issue was a result of not checking for the module since the module will still work without the OG module but if the OG module is there then the module will provide other functionality. I have fixed this issue in the latest CVS code for the module and it will be available the next time Drupal runs its cron packager.

http://drupal.org/cvs?commit=265874 is the cvs commit message for this fix