Closed (fixed)
Project:
IE Destroyer
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2008 at 20:33 UTC
Updated:
24 Jul 2013 at 08:23 UTC
The latest version has a problem, when you access the admin the page is blank
Comments
Comment #1
xanoWith blank you mean an entirely white screen? This might be the infamous white screen of death, caused by your PHP memory limit that's set too low.
Comment #2
darumaki commentedNo it's not the white screen of death, it's the module, only happens when clicking the module link
update: I turned on error reporting and now get this message
Fatal error: Call to undefined function locale_supported_languages() in /iedestroyer/iedestroyer.module on line 186
I should also note that the previous version worked fine, it's only the latest one that this happened.
Comment #3
xanoOh, I already know what went wrong. Locale is no required core module, but IE Destroyer will call this function anyway. I'll build in a check to see if Locale is enabled before calling this function. Thank you for your help!
Comment #4
xanoFixed and committed to 5.x-1.x-dev.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #6
xano