Quantcast
Channel: Topic Tag: database | WordPress.org
Viewing all articles
Browse latest Browse all 11075

larnellc on "[Plugin: WP-FFPC] Wordpress database error Table doesn't exist."

$
0
0

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/ 1

Ideas?

https://wordpress.org/plugins/wp-ffpc/


Viewing all articles
Browse latest Browse all 11075

Trending Articles