Custom $wpdb incompatibility & still supported?
-
We use LudicrousDB to create each site in its own database. It works perfectly with all plugin excepted this one which ends up with a SQL error when attempting to clone a website.
Duplication failed : WPDB ERROR : Table 'magikwe1_wp132_20.wpif_52_links' doesn't exist
It seems like it’s ignoring our
db.php
drop-in rules and (maybe?) doing a direct SQL query assuming all tables are in the same database.Drop-ins aren’t well documented, but they are native to WordPress.
—
Does it have to do with the
mucd_default_primary_tables_to_copy
filter? If so, is there any example we can look at as to how to use it properly?—
Is this plugin still supported? We’re always worried a little when using plugins that haven’t been updated in a while.
Thank you!
Kind regards,
Vince
- The topic ‘Custom $wpdb incompatibility & still supported?’ is closed to new replies.