Closed (fixed)
Project:
Organic Groups
Version:
5.x-3.1
Component:
og.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2007 at 06:20 UTC
Updated:
4 Sep 2007 at 16:04 UTC
I have enabled module "OG" and my Drupal 5.1 site crashes returning blank white pages.
In my Apache Error Log I find the following errors resulting from this module.
PHP Fatal error: Call to undefined function arg() in /home/wellbeing/public_html/sites/all/modules/og/og.module on line 208
PHP Notice: Undefined property: stdClass::$cache in /home/wellbeing/public_html/includes/session.inc on line 77
When I delete it from the module directory the site works fine. Would really like to get this module working...
Comments
Comment #1
manimal commentedI have this error as well..
it seems to happen when I log out. I can get back in by refreshing, but then if I log out again, it does this.
Comment #2
manimal commentedfound another thread that said to clear the views cache (in views > tools)
Ihttp://drupal.org/node/160535
it just solved my problem, so hopefully if you're still having troubles, it'll solve yours (but I notice this is from awhile ago)
Comment #3
moshe weitzman commentedsomething is calling og_theme() too early during bootstrap. has to come from some other module. you would need to add backtrace to know what.