Solved Cronjobs aren't saved

Achterstraat

Verified User
Joined
Mar 21, 2015
Messages
81
Location
Netherlands
If cronjobs isn't working trough the DA controlpanel, add manually..

Code:
PATH=/usr/local/php74/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/USERNAME/bin

..to the crontab of the USERNAME in /var/spool/cron and it's working again!

See comment below for a beter solution.
 
Last edited:
Thanks to John and Roman this issue is fixed without a solution, it just started working again without finding a real problem.

Code:
da config-set set_php_bin_path_in_crons 0
da config-set set_php_bin_path_in_shell 0
service directadmin restart

Default setitngs of both is 1, with 0 the problems doesn't exists anymore.
 
Back
Top