sander-martijn wrote:
I actually went directly into the system table on the database and changed the status and bootstrap columns from 1 to 0 which should disable it. I also deleted the folder from the modules dir. Still, my site is down with a 500 internal server error. Is there anything else this module modifies on install or am I pretty much SOL and having to reinstall? It's not a disaster bc i did this on my dev instance - so I can download from the primary box and reinstall from there - but I'll lose a couple hours to it (mostly in ftp wait time) so it's not ideal.
Execute:
DELETE FROM variable WHERE name = 'dev_query'; TRUNCATE cache;
http://drupal.org/node/126098 might apply to your situation.
If it's for debugging, I see no problem editing files. Install xdebug/zend debugger for real debugging.
Heine