Closed (fixed)
Project:
Collapse Text
Version:
5.x-1.1
Component:
Miscellaneous
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2008 at 10:44 UTC
Updated:
11 Jan 2009 at 14:31 UTC
hi,
I have a problem with this module for anonymous users. Everything looks fine for authenticated users on my site, content with collapsible fields can be created and displayed, no problem. But anonymous users get the following error message after I installed the module, not matter which page they try to load, i.e. also pages without any collapsible content:
Fatal error: Call to undefined function drupal_add_js() in /var/www/mysite/modules/collapse_text/collapse_text.module on line 126
Do I need to change a setting somewhere?
(Running Drupal 5.14, PHP 5.2.6, Mysql 5.0.67)
Thanks,
Mikkel
Comments
Comment #1
pukku commentedI think this is a duplicate of #349257: patch to fix problem with cached pages.
Comment #2
Lostmonkey commentedInstalled the new version (5.x-1.2-beta1), and it seems to solve the problem. Thanks.