No language selected, nothing to do
You cron log reports this message :
No language selected, nothing to do ...
You configured the cron job to execute this command line :
wget -qO- http://votredomaine.com/prestashop/modules/amazonv5/functions/products.php?cron=1
You should add double quotes to protect your URL, as this :
wget -qO- “http://votredomaine.com/prestashop/modules/amazonv5/functions/products.php?cron=1”
We just added double quotes to the URL.
No language selected, nothing to do ...
You configured the cron job to execute this command line :
wget -qO- http://votredomaine.com/prestashop/modules/amazonv5/functions/products.php?cron=1
You should add double quotes to protect your URL, as this :
wget -qO- “http://votredomaine.com/prestashop/modules/amazonv5/functions/products.php?cron=1”
We just added double quotes to the URL.
Updated on: 19/05/2025
Thank you!