[ad_1]
Hey there,
Bug found:
Import from production to development site (both are in internet, dev is on sub-domain, not on localhost). On development web rankmaths pro is not activated, because of the risk jumping dev to the search index.
Replication:
Export all the settings from prod.
Import all the settings on dev.
Database error: Table ‘admin_eslis.wp_rank_math_redirections’ doesn’t exist
Query: SELECT SQL_CALC_FOUND_ROWS *
FROM wp_rank_math_redirections
WHERE status != ‘trashed’
ORDER BY id DESC
LIMIT 0, 1000
Caller: MyThemeShop\Database\Query_Builder->get()
