yankeesierra Posted November 19, 2019 Posted November 19, 2019 I have an issue after automatic update from 0.10.5 to 0.10.6 I am getting this message from cron Cron /usr/bin/nice -n 5 /usr/bin/php5 -q /var/customers/webs/dotcom/dotcomsolutions.com.mx/dcs_admin/scripts/froxlor_master_cronjob.php --tasks 1> /dev/null /usr/bin/nice: ‘/usr/bin/php5’: No such file or directory php5 is no longer installed we are using 7.3
d00p Posted November 19, 2019 Posted November 19, 2019 Then you just need to adjust your settings accordingly. Settings -> Cronjobsettings -> Cron execution command (php-binary)
yankeesierra Posted November 19, 2019 Author Posted November 19, 2019 thank you very much for your reply, I have used /usr/bin/nice -n 5 /usr/bin/php7.3 -q and /usr/bin/nice -n 5 /usr/bin/php -q < this one to make sure always work since it is symlinked to the current php version but both settings fail, I still receive php5 cronjob messages, any idea what can be wrong?
d00p Posted November 19, 2019 Posted November 19, 2019 Rebuild the cron.d file: php /var/www/froxlor/scripts/froxlor_master_cronjob.php --force --debug
yankeesierra Posted November 19, 2019 Author Posted November 19, 2019 Thank you very much for your support, it is working, have a good day.
Question
yankeesierra
I have an issue after automatic update from 0.10.5 to 0.10.6 I am getting this message from cron
Cron /usr/bin/nice -n 5 /usr/bin/php5 -q /var/customers/webs/dotcom/dotcomsolutions.com.mx/dcs_admin/scripts/froxlor_master_cronjob.php --tasks 1> /dev/null
php5 is no longer installed we are using 7.3
4 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.