Closed (fixed)
Project:
XMPP Framework
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2009 at 22:12 UTC
Updated:
21 Sep 2009 at 22:20 UTC
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
Comment #1
darren.ferguson commentedYep, 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