Active
Project:
Organic Groups Subscriptions
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jul 2008 at 00:07 UTC
Updated:
22 Oct 2008 at 04:03 UTC
Drupal works fine when a user is logged in. After logging out, everything is white-screened. In php's error_log, this appears:
PHP Fatal error: Call to undefined function drupal_get_path() in /Users/Steven/src/drupal/sites/all/modules/subscriptions_og/subscriptions_og.module on line 21
On my installation, anonymous users have "access content" permission unchecked.
Manually disabling the subscriptions_og module in the system database table allowed me to get back in.
This error appears with the dev version committed June 25, 2008.
Comments
Comment #1
SpriteGF commentedUnder admin/performance I disabled page caching, and re-enabled subscripitons_og. Now page viewing as anonymous seems to work.
A lot of contrib modules seem to have an issue with caching. For example:
http://www.google.com/search?client=opera&rls=en&q=call+to+undefined+fun...
http://drupal.org/node/54609
I'd still say this is a critical bug since normal users who don't know how to change the database will find it impossible to log back in.
Comment #2
develcuy commentedThanks for your report, will be reviewed soon.