Querying non-existant DB table in Multisite
-
Hi, I noticed the following error in the PHP error log. It is coming from site #3 running in a WP Multisite and Yoast SEO seems to be looking for the sub-site users table, which obviously is not there. The plugin is activated per sub-site, not network wide…
WordPress database error Table 'xxx.xxx_3_users' doesn't exist for query SELECT indexable_table.object_id FROM wpx8_3_yoast_indexable indexable_table LEFT JOIN wpx8_3_users AS source_table ON indexable_table.object_id = source_table.ID WHERE source_table.ID IS NULL AND indexable_table.object_id IS NOT NULL AND indexable_table.object_type = 'user' LIMIT 1000 made by do_action_ref_array('wpseo_start_cleanup_indexables'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Cleanup_Integration->run_cleanup, Yoast\WP\SEO\Integrations\Cleanup_Integration->Yoast\WP\SEO\Integrations\{closure}, Yoast\WP\SEO\Repositories\Indexable_Cleanup_Repository->clean_indexables_for_object_type_and_source_table
No idea what triggered this error but it does not feel good. Can this be fixed? Or is Yoast SEO incompatible with WP Network / Multiste installations?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Querying non-existant DB table in Multisite’ is closed to new replies.