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

pukku’s picture

Status: Active » Closed (duplicate)

I think this is a duplicate of #349257: patch to fix problem with cached pages.

Lostmonkey’s picture

Status: Closed (duplicate) » Closed (fixed)

Installed the new version (5.x-1.2-beta1), and it seems to solve the problem. Thanks.