Quote Originally Posted by carlwhat View Post
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!
Thanks so much for responding so quickly!
I am getting debug logs in general. I see some showing up from 2 days ago.
But no new debug logs are showing up for the current problem I am having, of seeing a blank page in the admin. So I don't see any way of debugging this current problem. But I do know that things were working fine right before I attempted to install this module. And in fact, I was able to login to the admin after installing the module, although I didn't see the urls getting rewritten. And then, when I ran the uninstall scripts, that's when things stopped working.

I'm guessing that it is a problem with the database being in a weird state, because of having an older version of the module installed.
Any other suggestions either on how to see any errors, or on how to make sure that all old stuff is removed from the db?

Thanks very much!