I used the setup guide to run a cron job every 5 minutes to poll my email.
Here is the edited cron entry:
*/5 * * * * cronuser /usr/bin/php /path/to/public_html/api/cron.php
However, it is not working. When I run the php script from the command line here's what I get:
PHP Deprecated: Assigning the return value of new by reference is deprecated in (path to html directory)/include/pear/Mail/mimeDecode.php on line 335
I'm running this on Ubuntu 10.04 with PHP5, MYSQL5, Apache2.
Before I started messing with things, I had set up the email (a gmail account) in the admin panel of osTicket and it was happy. Now, if I try to go to the admin panel, I get the same warning above in my browser window.
Any thoughts/suggestions would be very much appreciated.