Search code examples
phpmysqldrupaldrupal-7drupal-modules

Delete module from database in drupal7


i install module "kvantstuio" in drupal 7, and my site crushed. i go to

site/all/modules/kvanstudio

and delete this folder, then site work fine again. but when i click some button, i have an error

Fatal error: require_once() [function.require]: Failed opening required 'Z:\home\mysite\www/sites/all/modules/kvantstudio/kvantstudio.module

i try this open phpmyadmin, open table "block" delete all string with "kvantstudio" but the error remained. what do I do ?


Solution

  • Look in the system table, and you can delete the row with the name "kvanstudio."

    In the future, if you need to manually disable a module, you can set it's status to 0 in the system table.