Hyperdb get a wrong table name, then populate_options get error.
-
WordPress 4.2.4 multisite mode, enabled hyperdb.
With WP_DEBUG = true, when create a new site, will get the error below:
[09-Aug-2015 08:00:27 UTC] WordPress数据库查询DELETE a, b FROM kqs_2_options a, kqs_2_options b
WHERE a.option_name LIKE ‘\\_transient\\_%’
AND a.option_name NOT LIKE ‘\\_transient\\_timeout\\_%’
AND b.option_name = CONCAT( ‘_transient_timeout_’, SUBSTRING( a.option_name, 12 ) )
AND b.option_value < 1439107227时发生Table ‘kqsmu_global.kqs_2_options’ doesn’t exist错误,这是由wpmu_create_blog, install_blog, populate_options, SharDB->query查询的。THE ERROR CODE LOCATED: db.php line 264
return $maybe[ 1 ]; // $maybe[ 1 ] = a. SHOULD BE kqs_2_options
The topic ‘Hyperdb get a wrong table name, then populate_options get error.’ is closed to new replies.