Quote Originally Posted by Trademagic View Post
The code I placed in cron is 0 ****cd/home/content/69/11416569/html/; php cart_reminder_cron.php > /dev/null
Hi Trademagic,

I believe the problem is that you removed a bunch of spaces. You need to have a space after each * and after "cd". Try formatting it like this:

0 * * * * cd /home/content/69/11416569/html/; php cart_reminder_cron.php > /dev/null