notification: A required database table is missing.
-
after upgrading to Version 2.5.4, appeared
? message:
A required database table is missing. Please run the following sql command on your database server to create the missing table.
CREATE TABLE wp_PO_groups (group_id bigint(20) unsigned NOT NULL AUTO_INCREMENT, group_name varchar(255) NOT NULL default ”, group_members longtext NOT NULL, PRIMARY KEY PO_group_id (group_id));A required database table is missing. Please run the following sql command on your database server to create the missing table.
CREATE TABLE wp_PO_post_plugins (post_id bigint(20) unsigned NOT NULL, permalink longtext NOT NULL, disabled_plugins longtext NOT NULL, enabled_plugins longtext NOT NULL, PRIMARY KEY PO_post_id (post_id));A required database table is missing. Please run the following sql command on your database server to create the missing table.
CREATE TABLE wp_PO_url_plugins (url_id bigint(20) unsigned NOT NULL auto_increment, permalink longtext NOT NULL, children int(1) NOT NULL default 0, disabled_plugins longtext NOT NULL, enabled_plugins longtext NOT NULL, PRIMARY KEY PO_id (url_id));I run these queries, but I get the answer: Table already exists.
https://www.ads-software.com/extend/plugins/plugin-organizer/
- The topic ‘notification: A required database table is missing.’ is closed to new replies.