Hello
While mainting Drupal 6 site I installed Devel module. It caused hang up showing error on certain row. I want to uninstal devel but can not do so. A general question, how does one recover from hang up? Any hint?

Comments

bwv’s picture

Sounds like you are low on memory. Try either increasing your php memory (in .htaccess or settings.php, or create a php.ini file). If that does not work, you may need to go into your database and manually turn off (disable) the devel module. Look in the system and/or variable tables.
----------------------------------------------------------------------
http://classicvinyl.biz
http://music.bwv810.com
http://association.drupal.org/user/1207

KennethNPL’s picture

I installed Devel and it appears I have crashed a production site. My recommendation would be to not panic, delete the "dev" entries in your sites MySQLtable>System and MySQLtable>Variable. Once that is done, delete the record MySQLtable>cache>variable(s) .

Once you reload the site, it's supposed to work. I believe I deleted too many "dev" entries which crashed my site. So, do so with caution.