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.

CommentFileSizeAuthor
#2 insertFrame.module.zip1.32 KBMarcElbichon

Comments

MarcElbichon’s picture

Assigned: Unassigned » MarcElbichon
Status: Active » Closed (fixed)

Please, copy the attached file in the insertFrame directory, or get zip file from home page

MarcElbichon’s picture

StatusFileSize
new1.32 KB

With the attached file