Hello,
I've installed OSTicket and I Have 2 differents problems
1 - I would like to cron email parsing (to tickets) correctly.
I've first put this :
*/5 * * * * php -f /path/api/cron.php
But emails are not converted to tickets. So, I've added this :
*/5 * * * * php -f /path/api/pipe.php
Now it's good but in System log, I have this :
API error - code #66
No data
Can I have informations about this error ? The way to do is good ?
2 - When pipe.php is executed, I have this :
PHP Deprecated: Assigning the return value of new by reference is deprecated in /path/include/pear/Mail/mimeDecode.php on line 335
Thanks for your help.