so, prior to backing things out, i would attempt to find out what is wrong. there is a ton of stuff on a blank page in ZC. most of it means checking debug logs.
if you are NOT getting any debug logs, in general, i would guess that init_set() was included in disable_functions variable in PHP. you need to enable ini_set() in order to see debug logs.
talk to your server admin to see the status of ini_set. if ini_set is ENABLED, ensure that you are lookiung the right directory.
good luck!
Bookmarks