AOEpeople / Aoe_Scheduler

Cron Scheduler Module for Magento
http://fbrnc.net/blog/2011/03/magento-cron-schedule
GNU General Public License v3.0
374 stars 202 forks source link

AOE Scheduler 1.3.0 Magento 1.9.2.4 no heartbeat no schedule #248

Open dieter66 opened 8 years ago

dieter66 commented 8 years ago

Hi all,

I have updated from 1.8.1 to 1.9.2.4 and can not get Cron Jobs scheduled or executed automatically.

With "run now" all Jobs in the AOE scheduler are running and finalized without error message (except Cache is not valid afterwards). With "schedule now" 4 Jobs are scheduled independant from the activated Jobs in AOE Scheduler. A schedule is created but never executed. No error Messages in Magento logs or cron.log. I have tried several solutions from different sources but could not get this issue fixed.

Have asked hoster to set up configuration:

Cron.sh: PHP_BIN=/usr/bin/php56-cli

PHP.ini: extension_dir = "/usr/lib/php56/extensions/"

aoe

jobs

Any help is appreciated!

YeserYap commented 8 years ago

I have this error,too.the AOE Scheduler 1.3.1 works well in magento1.9.2.3,after updating to magento1.9.2.4,no schedule.

kemeice commented 8 years ago

This is sometimes a permission issue . check that your Apache or (web server ) user has the correct permission for scheduler_cron.sh . I generally give ownership of the file to Apache.

If all the permission are correct then its your server that is not set up correctly . check your server mail to see what messages were left for Apache to get an idea of what the problem is .