Dynamic95 Posted May 21, 2015 Report Posted May 21, 2015 Hi I recently installed Blesta Invoicing system with Installatron from Godaddy but for some reason my cron command doesn't updated unless I run it manually I have a Web Host account with Godaddy which has CPanel. Do I need to add anything Via CPanel Quote
0 Michael Posted May 21, 2015 Report Posted May 21, 2015 Is the cron job beginning with /usr/local/bin/php? cPanel likes to be weird and not like other Linux control panels. Quote
0 Dynamic95 Posted June 5, 2015 Author Report Posted June 5, 2015 It was working for a while but now it stopped do I include cron at the end Quote
0 Nelsa Posted June 5, 2015 Report Posted June 5, 2015 You will find cron command in settings--->sistem--->automation Here is cron job format /usr/bin/php /home_dir/user_dir/public_html/blesta/index.php cron ,you can also put this command GET https://yourdomain.com/blesta_dir/cron/?cron_key=your_cron_key .NEED REPLACE your_cron_key with cron key you can find in setings--->sistem-automation,and also replace yourdomain.com and blesta_dir wiith your domain and your blesta installation dir. Quote
0 Dynamic95 Posted June 5, 2015 Author Report Posted June 5, 2015 hmm I added the cron my Godaddy cron list and I looked at my invoice software and last time ran was 11.09 PM which is when I ran it manually Quote
0 Trev Posted December 11, 2015 Report Posted December 11, 2015 If it helps anyone, my cron jobs stopped running after updating Blesta. (My server is using Plesk) I was using: /usr/bin/php /home_dir/user_dir/public_html/blesta/index.php cron I am now switched to curl instead: curl -L --max-redirs 1000 -v "https://yourdomain.com/blesta_dir/cron/?cron_key=your_cron_key" 1>/dev/null 2>/dev/null regards Trevor ## Update ## Curl is a bit fussy about who issued the server certificate so if the above doesn't work try: curl -L -k --max-redirs 1000 -v "https://yourdomain.com/blesta_dir/cron/?cron_key=your_cron_key" 1>/dev/null 2>/dev/null Michael 1 Quote
Question
Dynamic95
Hi I recently installed Blesta Invoicing system with Installatron from Godaddy but for some reason my cron command doesn't updated unless I run it manually
I have a Web Host account with Godaddy which has CPanel.
Do I need to add anything Via CPanel
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.