You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Page opens with an error message on top: "A technical problem with the server created an error. Try again to continue what you were doing. If the problem persists, try again later."
In the system.log I find this message:
main.ERROR: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'www.my-shop' doesn't exist, query was: SELECT `main_table`.`mailchimp_store_id` FROM `mailchimp_sync_ecommerce` AS `main_table`
LEFT JOIN `www`.`my-shop` AS `core_config` ON value = mailchimp_store_id WHERE (value is null) GROUP BY `mailchimp_store_id` [] []
Apart from this the configuration seems to work fine.
Additional information
My suspicion is that the system chokes on the database name, as it contains dots ("www.my-shop.com").
Edit
I just mirrored the same system onto a staging server where the database name differs (no dots). It confirms my suspicion, no sql error occured.
The text was updated successfully, but these errors were encountered:
Preconditions
Steps to reproduce
require mailchimp/mc-magento2
bin/magento module:enable Ebizmarts_MailChimp
bin/magento setup:upgrade
bin/magento setup:di:compile
Expected result
no errors
Actual result
Page opens with an error message on top: "A technical problem with the server created an error. Try again to continue what you were doing. If the problem persists, try again later."
In the system.log I find this message:
Apart from this the configuration seems to work fine.
Additional information
My suspicion is that the system chokes on the database name, as it contains dots ("www.my-shop.com").
Edit
I just mirrored the same system onto a staging server where the database name differs (no dots). It confirms my suspicion, no sql error occured.
The text was updated successfully, but these errors were encountered: