WordPress database error Table doesn't exist.
-
I get an error when trying to precache my site.
WordPress database error Table ‘abc_websites.abc__blogs’ doesn’t exist for query SELECT * FROM abc__blogs ORDER BY blog_id made by do_action_ref_array, call_user_func_array, WP_FFPC->precache_coldrun.
I have network that uses a domain mapping plugin to map subsites.
Could this also be the reason I’ve never seen a precache log? I have never had the option to specify one.
I logged into mysql and verified the table and data does exist.In mysql the data is organized like so:
SQL query: SELECT * FROM
abc_blogs
LIMIT 0, 30 ;
Blog_id site_id domain path public
1 1 apples.org / 0
2 1 apples.org /varieties/ 0
3 1 apples.org /recipes/ 1Ideas?
- The topic ‘WordPress database error Table doesn't exist.’ is closed to new replies.