nice mod
Hello,
i've installed the mod too. Unfortunately it doesn't work at the moment.
First i had a problem with the name of the report_file. Everytime i open the report view it creates a file named "Report_.csv" without the timestamp. Then i have replaced manually the code of report.php as following:
for:
$time = $_SERVER;
changed with:
$time = time();
Then it works and the script creates files like "Report_12344578.csv".
But now i got the mysql error:
"You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(HOUR, ost_ticket.created, ost_ticket.closed)),2) AS hoursAVG, ROUND' at line 2"
Can anyone help me?`
Thanks in advance.
Best regards
Ben