错误代码:
和前面一位出现的问题一样,老板让注释掉这段,在admin/admin.php
但是我注释掉了,依然出错。
[14-May-2018 02:49:00 UTC] WordPress数据库查询
CREATE TABLE IF NOT EXISTS `` (
`id` bigint(20) NOT NULL auto_increment,
`sender` bigint(20) NOT NULL,
`receiver` bigint(20) NOT NULL,
`content` longtext NOT NULL,
`status` int(1) NOT NULL,
`time` int(10) NOT NULL,
PRIMARY KEY (`id`)
) DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci时发生Incorrect table name \'\'错误,这是由activate_plugin, do_action(\'activate_wpjam-basic0/wpjam-basic.php\'), WP_Hook->do_action, WP_Hook->apply_filters, wpjam_basic_activation, dbDelta查询的。