Unfortunately I have no M2ePro directory under /var and synchronization does not kick in even though it's configured in cron ok.
This started happening after upgrading to Magento 1.8.0.0.
Found the following in the M2e knowledgebase at http://support.m2epro.com/knowledgebase/articles/268105-cron-job-doesn-t-work-since-update-to-magento-1-8
Cron job doesn't work since update to magento 1.8
The cron problem is not related to m2e pro, but to the changes in cron.php file in the latest magento version 1.8.
There's 2 ways how to fix the problem:
- Use the cron.php file from the previous versions. You can download it from here and copy into your magento installation folder.
- Another way is to change command for cron job and add flag -mdefault 1. ( i.e. php -q /path_to_magento/cron.php -mdefault 1 )