Database error after upgrade to 3.0
-
Hello. After the upgrade the plugin asked me to update the table. I did that and nothing happened. No progress bar, nothing. I waited for 10 minutes.
On my page it appeared:
Erro no banco de dados do WordPress: [Table ‘saindo1_novosdm2.wp_gdrts_items_basic’ doesn’t exist]
SELECT * FROM wp_gdrts_items_basic WHERE item_id = 8And then, in the Toolbox of the plugin, those information appeared:
Database tables
Erro no banco de dados do WordPress: [Specified key was too long; max key length is 1000 bytes]
CREATE TABLE wp_gdrts_items_basic ( id bigint(20) unsigned NOT NULL auto_increment, item_id bigint(20) unsigned NOT NULL default ‘0’, method varchar(128) NOT NULL default ”, series varchar(128) NOT NULL default ”, latest datetime NOT NULL default ‘0000-00-00 00:00:00’ COMMENT ‘gmt’, rating int(11) NOT NULL default ‘0’ COMMENT ‘normalized value’, votes int(11) NOT NULL default ‘0’, sum int(10) unsigned NOT NULL default ‘0’, max tinyint(3) unsigned NOT NULL default ‘0’, PRIMARY KEY (id), UNIQUE KEY item_method_series (item_id,method,series), KEY item_id (item_id), KEY method (method), KEY series (series), KEY latest (latest), KEY rating (rating) ) default CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ciDatabase Upgrade Notices
Created table wp_gdrts_items_basic
Database Tables Check
Erro no banco de dados do WordPress: [Table ‘saindo1_novosdm2.wp_gdrts_items_basic’ doesn’t exist]
SHOW FULL COLUMNS FROMwp_gdrts_items_basic
[OK] – wp_gdrts_itemmeta
[OK] – wp_gdrts_items
[ERROR] – wp_gdrts_items_basic: Table missing.
[OK] – wp_gdrts_logmeta
[OK] – wp_gdrts_logs
[OK] – wp_gdrts_cache——-
Strangely enough, I checked on my old database (before the upgrade) and there’s no “wp_gdrts_items_basic” either.
The page I need help with: [log in to see the link]
- The topic ‘Database error after upgrade to 3.0’ is closed to new replies.