Cron job is set up, but it is not executed

When cron job is set up but not executing, and you have no idea why, create some PHP file with the following script and upload it to your LiveAgent /scripts/ folder:
<?php

echo PHP_BINARY;

?>
Then open it in your browser and it will show you the exact location of php binary (executable). 
Then you can use it in the cron command instead of "/usr/bin/php"
 
×