According to this thread, which is a 4.7 problem, there's a line missing from the IE Destroyer module. It needs a

require_once("includes/common.inc");

inserted at the start of the module to avoid a

Fatal error: Call to undefined function: drupal_get_path() in /usr/local/apache/vhosts/sites/all/modules/iedestroyer/iedestroyer.module on line 33

I have verified this problem still exists on a fresh Drupal 5.0 install when using the latest IE Destroyer 5.x-1.x-dev module.

Cheers!

Comments

deekayen’s picture

Status: Active » Fixed

I've been this report before, but haven't been able to reproduce it. Added the patch to the init hook in 4-7 and 5 anyway.

Anonymous’s picture

Status: Fixed » Closed (fixed)