Closed (fixed)
Project:
Features
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2011 at 18:43 UTC
Updated:
4 Oct 2011 at 10:11 UTC
Please correct uninstall process:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mysite_drupal.menu_custom' doesn't exist: DELETE FROM {menu_custom} WHERE (menu_name = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => features ) in function features_uninstall() (string 29 in file /usr/home/mydomains/new.mysite.com.ua/public_html/sites/all/modules/features/features.install).
Comments
Comment #1
febbraro commentedIs the menu module enabled? that needs to be here for that table to exist and it should be created as a dependency of your feature if you exported a custom menu.
Comment #2
lancee commentedMenu was not enabled!
Then i enable it - Features uninstall normal.
Thanks!
Comment #3
febbraro commentedGood news.