MikeChoy Posted September 19, 2011 Share Posted September 19, 2011 I have my prestashop site running as an addon domain. How do I set up the proper path for the cron job cron_currency_rate.php. The default setting doen't seems to work for addon domain setting as I get the log error : /bin/sh: /mysite.com/myadmin/cron_currency_rates.php?secure_key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx: No such file or directory. What should I do to get the path correction. Thanks Regards Link to comment Share on other sites More sharing options...
MikeChoy Posted September 20, 2011 Author Share Posted September 20, 2011 I tried using this command for the cron job /usr/bin/php -q /home/myusername/public_html/myaddondomain.com/cron_currency_rates.php?secure_key=xxxxxxx But I get error : No input file specified Anyone?! Link to comment Share on other sites More sharing options...
MikeChoy Posted September 20, 2011 Author Share Posted September 20, 2011 I got it resolved with my service provider help. [/usr/bin/php -q /home/myusername/public_html/myaddondomain.com/cron_currency_rates.php secure_key=xxxxxxx] Link to comment Share on other sites More sharing options...
Recommended Posts