Posted in
If your site is totally crashed and you suspect it's a contrib module but don't know which, here's a quick way to turn them all off in the database:
UPDATE `system` SET status=0 WHERE filename LIKE '%sites%'This simply disables them; it doesn't uninstall them. It also assumes you are putting your contrib under sitesall or sitessitename.
further reading http://shellmultimedia.com/articles/how-turn-all-contrib-modules
