Closed (won't fix)
Project:
IE Destroyer
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2006 at 09:47 UTC
Updated:
10 May 2008 at 08:41 UTC
I get this error when I use IE destroyer and browse my test site using IE.
Fatal error: Call to undefined function drupal_get_path() in C:\Program Files\xampp\htdocs\mysite\modules\iedestroyer\iedestroyer.module on line 38
I inserted the page.tpl.php already but it still remains the same problem. tnx for the help.
Comments
Comment #1
deekayen commentedComment #2
Dash commentedI'm also getting this problem, it's possible this thread might help?
http://drupal.org/node/54609
Comment #3
computercornerplus commentedFix anybody?
Comment #4
Giuly commentedAdd this to iedestroyer.module somewhere at beginning:
require_once("includes/common.inc");
Comment #5
sameersegal commentedeven after putting the require once statement i get this:
Fatal error: Call to undefined function file_scan_directory() in /home/nitkieee/public_html/site/modules/system.module on line 712
Comment #6
sameersegal commentedAdding to what i have written earlier (in the previous post)...
On some computers it seems to work, on some it gives the above error in both firefox and ie.
I am escalating this issue as it is useless for me otherwise!
Thanks
Sameer
Comment #7
alliax commentedI got it too, it seems to be only on some occasions, I have normal cache enabled and it was doing it sometimes only. I've found an issue here: http://drupal.org/node/119009 and one of the suggested solutions seem to work for me...
I use drupal 5.x
Add this to your .module file somewhere at the beginning, I've put it at line 31 in function iedestroyer_init() and it now works
Comment #8
alliax commentedInitially it seemed to do the trick, but ultimately I lost 9hours worth of monetized traffic because of the same error which didn't happen and so I went to sleep... so I gave up totally on this module and installed a very simple script just after my body tag, no need for anything else check it out:
Comment #9
xanoAs Drupal 4 is no longer supported by the Drupal maintainers themselves I have decided to Drop 4.x support for this module as well. The 6.x and probably the 5.x versions will be looked at and supported in the near future.