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
magento for default
magento_sales for sales
magento_quote
Looks like magento is not capable to do a join from tables from different databases.
Cron Job ebizmarts_ecommerce has an error: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'magento23ee_sales.mailchimp_sync_ecommerce' doesn't exist, query was: SELECT main_table., m4m. FROM sales_order AS main_table
LEFT JOIN mailchimp_sync_ecommerce AS m4m ON m4m.related_id = main_table.entity_id and m4m.type = 'ORD' and m4m.mailchimp_store_id = 'xxxxxxxxxxxxxxxxxx' WHERE (store_id = 1) AND (m4m.mailchimp_sync_modified = 1 AND m4m.mailchimp_store_id = 'xxxxxxxxxxxxxxxxxx') LIMIT 50.
The text was updated successfully, but these errors were encountered:
When split the databases in 3
magento for default
magento_sales for sales
magento_quote
Looks like magento is not capable to do a join from tables from different databases.
Cron Job ebizmarts_ecommerce has an error: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'magento23ee_sales.mailchimp_sync_ecommerce' doesn't exist, query was: SELECT
main_table
.,m4m
. FROMsales_order
ASmain_table
LEFT JOIN
mailchimp_sync_ecommerce
ASm4m
ON m4m.related_id = main_table.entity_id and m4m.type = 'ORD' and m4m.mailchimp_store_id = 'xxxxxxxxxxxxxxxxxx' WHERE (store_id
= 1) AND (m4m.mailchimp_sync_modified = 1 AND m4m.mailchimp_store_id = 'xxxxxxxxxxxxxxxxxx') LIMIT 50.The text was updated successfully, but these errors were encountered: