Liam McArthur

Results 4 comments of Liam McArthur

I had the same problem. Say for example your URL is set to http://google.com - this will never return a 200 response, because it redirects to https://www.google.com. Make sure that...

I'm getting the same thing on a CentOS server. It was working perfectly for me within my Windows XAMPP environment.

@minc21 making the change in scheduler_cron.sh didn't fix the issue for me, but implementing the change in cron.sh did! 👍

I changed line 39 in cron.sh at the root of the Magento installation from: PHP_BIN=`which php` to: PHP_BIN=`which php-cli`