We have installed a new Magento 1.9.2.1 install with M2ePro 6.3.6 release with no custom so far. When we click on M2ePro menu options we get following error locate on 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 is on a query generated by Magento, it is not a human generated query.
Here column group et key contain too many quotes, don't understand why.
Any idea ? config related ?