I am trying out Drupal 6.2. I downloaded cck-module and date-module and activated all the modules. And now when I try to reach my site I get the message "The requested page could not be found" on every page I try to reach. writing ?= does not help. Is there any way I can deactivate the modules in the database so that I can reach the pages???

Comments

ronline’s picture

Disable the module in System table.
UPDATE `db_name`.`system` SET `status` = '0' WHERE `system`.`filename` = 'sites/all/modules/modulename/modulename.module';