The latest version has a problem, when you access the admin the page is blank

Comments

xano’s picture

Priority: Normal » Critical
Status: Active » Postponed (maintainer needs more info)

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.

darumaki’s picture

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.

xano’s picture

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!

xano’s picture

Assigned: Unassigned » xano
Status: Postponed (maintainer needs more info) » Fixed

Fixed and committed to 5.x-1.x-dev.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

xano’s picture

Assigned: xano » Unassigned