Latest version admin issue
darumaki - June 11, 2008 - 20:33
| Project: | IE Destroyer |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Xano |
| Status: | closed |
Jump to:
Description
The latest version has a problem, when you access the admin the page is blank

#1
With 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.
#2
No 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.
#3
Oh, 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!
#4
Fixed and committed to 5.x-1.x-dev.
#5
Automatically closed -- issue fixed for two weeks with no activity.