0
votes

In Magento I have set the cron job to run every minute and I also created a cron job in the plesk control panel because the magento setup wasn't working for me.

So I created a cron job as follows: /usr/bin/php -f /home/dealscou/public_html/cron.php

This works for me most of the time when the cron job is set to 1 minute. If I create a cron job for any other amount of time, it does not work.

I am really stuck on this and my customer is getting ticked that I can't fix it.

Any help would be appreciated.

Kathy

1
What does the cron settings look like that doesn't work? - rzetterberg

1 Answers

0
votes

You should run the cron from the cron.sh file and not directly from the cron.php file