Installed PHP 7 cron job doesn't work
Hi
I have two php versions (56 and 7) and I have problems with Cron job
The cron jobs of applications with php5 dont work
now they are
/ usr / bin / php -f / home / ...
-
Hello, Try configuring the cron jobs to use the specific PHP 5 version to see if that helps. EX: /usr/bin/php -ea_php 56 /path/to/filename.php
In this case, "56" represents PHP 5.6. Thank you.0
Please sign in to leave a comment.
Comments
1 comment