Error 500 After Upgrade – termmeta table doesn'T exist
-
Hello,
I just upgraded to the new version 4.4 and after hitting the “database upgrade” button, all the pages started giving me an Error 500.
After disabling the theme and the plugins with no positive result, I investigated by analyzing the error.log.
There I find a huge number of the following errors:The full messages look like this
WordPress database error Table 'mbi.wp_termmeta' doesn't exist for query SELECT term_id, meta_key, meta_value FROM wp_termmeta WHERE term_id IN (959,2150,1298,2609,2,9,5,318,2087,377,283,7,3,1,4,6) ORDER BY meta_id ASC made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include('/themes/v1/functions.php'),
I also found this message at the beginning of the errors:
WordPress database error CREATE command denied to user 'mbi'@'localhost' for table 'wp_termmeta' for query \nCREATE TABLE wp_termmeta (\n meta_id bigint(20) unsigned NOT NULL auto_increment,\n term_id bigint(20) unsigned NOT NULL default '0',\n meta_key varchar(255) default NULL,\n meta_value longtext,\n PRIMARY KEY (meta_id),\n KEY term_id (term_id),\n KEY meta_key (meta_key(191))\n) made by wp_upgrade, make_db_current_silent, dbDelta, referer: /wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2Fabout.php%3Fupdated
I googled a lot and searched in the forum here but couldn’t find out how to fix this. All I know is that it seems to be a new table that should have been created during the upgrade – if I am not wrong.
is there any way to run the wordpress database upgrade again?I wanted to optimize my blog for an important presentation tomorrow morning but now I am stuck at this point.
Any help to solve this issue is much appreciated.Kind regards.
- The topic ‘Error 500 After Upgrade – termmeta table doesn'T exist’ is closed to new replies.