Closed (fixed)
Project:
insertFrame
Version:
5.x-1.6
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
7 Feb 2009 at 00:43 UTC
Updated:
10 Feb 2009 at 08:17 UTC
Jump to comment: Most recent file
The latest update (1.6) broke Drupal caching. If the insertFrame module is enabled along with the the Drupal cache setting at Normal, the site experiences a fatal error and does not load for Anonymous users. This applies to any URL on the site, including the front page. If you happen to be logged in, the site works fine.
From the apache error_log:
...PHP Fatal error: Call to undefined function drupal_add_js() in /var/www/html/drupal/sites/all/modules/insertFrame/insertFrame.module on line 10
If I disable the insertFrame module my site loads as expected with caching enabled.
Tested with Drupal core 5.15 on Ubuntu 7.10 and CentOS5, PHP5, Apache 2, MySQL 5. More details if needed.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | insertFrame.module.zip | 1.32 KB | MarcElbichon |
Comments
Comment #1
MarcElbichon commentedPlease, copy the attached file in the insertFrame directory, or get zip file from home page
Comment #2
MarcElbichon commentedWith the attached file