Aoe_Scheduler icon indicating copy to clipboard operation
Aoe_Scheduler copied to clipboard

No heartbeat after upgrade to Magento 1.9.2.2

Open KooTjoo opened this issue 9 years ago • 8 comments

Hi, I work with AOE on several sites and now on a new one I have an issue I can't seem to solve. The heartbeat task works like it should, but AOE keeps saying that it doesn't work. This must be a setting somewhere but I am not able to find what is wrong.

KooTjoo avatar Jan 22 '16 16:01 KooTjoo

I confirm that this bug does exists like @KooTjoo Please take a look.

nntoan avatar Jan 25 '16 08:01 nntoan

Same to me after Update to Magento CE 1.9.2.3

jhoelzl avatar Jan 25 '16 08:01 jhoelzl

same to me in Magento CE 1.9.2.3 except for executing the heartbeat task menually.

YeserYap avatar Jan 25 '16 09:01 YeserYap

Does anyone have a solution for this. still facing same issue.

KooTjoo avatar Feb 03 '16 08:02 KooTjoo

Same to me, running Magento CE 1.9.2.3 on shared hosting.

clarkeverdel avatar Feb 03 '16 21:02 clarkeverdel

This happened to me too on v1.9.2.3 & v1.9.2.4 I was able to get it working on v1.9.2.3 by deleting the cron job in cPanel and just re-creating the exact same job that was working before and by changing the file permission on cron.php to 755 but the same thing happened after upgrade to v1.9.2.4 and the fix I did before doesn't work on this new version. I noticed that for some reason when I upgraded to v1.9.2.3+ Magento changed all kinds of file permissions.

nohart avatar Feb 25 '16 20:02 nohart

+1

Someone found a solution?

andricicezar avatar Apr 04 '16 08:04 andricicezar

This is probably due to the fact in Magento v1.9.2.2 the .htaccess file was modified to no longer allow you to call the cron.php file through a HTTP request (using curl or wget or something like that). You should never call the cron.php file in that way, either call it using the php cli, or even better: follow the instructions of this project.

More info: https://github.com/AOEpeople/Aoe_Scheduler/issues/165#issuecomment-183020400

hostep avatar Apr 16 '16 11:04 hostep