We installed the new version of Magento 1.9.2.1 with the release of M2ePro 6.3.6 without any user settings. When we click on the menu items of M2ePro, we get the following error: Pdo.php:
SQLSTATE[42S22]: Column not found: 1054 Unknown column '`group`' in 'where clause', query was: SELECT COUNT(*) FROM `m2epro_primary_config` AS `main_table` WHERE (```group``` = '/modules/') AND (```key``` = 'm2epro')
The error in the request created by Magento is not a request created by man.
Here, the column group and key contain too many quotes, I don’t understand why.
Any idea? config related?
source
share