Throws error trying to add table prefix everytime
-
Hi,
The error below is being thrown everytime, because the plugin keeps trying to rename the contacts table, even if the table is already there:
[Table ‘wp_sib_model_contact’ already exists]
ALTER TABLE sib_model_contact RENAME TO wp_sib_model_contact;It resides in
woocommerce-sendinblue-newsletter-subscription\woocommerce-sendinblue.phpSIB_Model_Contact::add_prefix(); SIB_Model_Country::add_prefix();
Is the plugin supposed to do that everytime?
Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Throws error trying to add table prefix everytime’ is closed to new replies.