since i update to 6.3.5 i have the following error in the log:
Wed May 22 00:00:06 2013 INFO - REPORT: Running statistics report script: [/home/pacsone/php/dailyreport.php]...
Wed May 22 00:00:09 2013 ERROR - REPORT: Failed to run script: /home/pacsone/php/dailyreport.php, error = 255
manual start via URL http://<ServerIP>/pacsone/dailyreport.php runs without any problems. The Apache Error.log shows no entrys at midnight so i think pacsone may startet the task incorrectly.
Dailyreport Failed Error=255
o.k i found the php (it is linux, not windows) under the /usr/lib path an changed it. Now the error messige is nearly the same but the Error code is now Error=126.
By the way: in Germany it is now 17 minutes after midnight. If i use tools to show the log file pacsone still showing me the log from yesterday, even the logfile from today ist under log/aetitle/ and via cat readable.
By the way: in Germany it is now 17 minutes after midnight. If i use tools to show the log file pacsone still showing me the log from yesterday, even the logfile from today ist under log/aetitle/ and via cat readable.
You should set the full path to the PHP run-time executable, e.g., "/usr/lib/php", etc. You can verify if the full path is valid or not by running it from a local command shell:
Code: Select all
% /usr/lib/php --version