I'm trying to set up the cron job to fetch mail for ATS, but I'm getting the following errors from ats-mail-fetch.php:
[28-Jun-2013 18:10:03 US/Central] PHP Warning: fwrite() expects parameter 1 to be resource, string given in /home/pgdev/public_html/libraries/joomla/application/cli.php on line 252 [28-Jun-2013 18:10:03 US/Central] PHP Warning: fwrite() expects parameter 1 to be resource, string given in /home/pgdev/public_html/libraries/joomla/application/cli.php on line 252 [28-Jun-2013 18:10:03 US/Central] PHP Warning: fwrite() expects parameter 1 to be resource, string given in /home/pgdev/public_html/libraries/joomla/application/cli.php on line 252 [28-Jun-2013 18:10:03 US/Central] PHP Warning: fwrite() expects parameter 1 to be resource, string given in /home/pgdev/public_html/libraries/joomla/application/cli.php on line 252 [28-Jun-2013 18:10:03 US/Central] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /home/pgdev/public_html/libraries/joomla/application/cli.php:252) in /home/pgdev/public_html/libraries/joomla/session/session.php on line 532 [28-Jun-2013 18:10:03 US/Central] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/pgdev/public_html/libraries/joomla/application/cli.php:252) in /home/pgdev/public_html/libraries/joomla/session/session.php on line 532 [28-Jun-2013 18:10:03 US/Central] PHP Fatal error: Class 'JComponentHelper' not found in /home/pgdev/public_html/libraries/joomla/access/access.php on line 306
J! is 2.5.11 and PHP is 5.3.21
any idea?
Also, is it normal that I had to set permissions to 744 for ats-mail-fetch.php in order to run it?
One more, unrelated thing: can you please notify me too when the "private tickets only" feature will be available? For the time being I managed to "fake" the feature by setting private by default and then hiding some controls via CSS display:none, but I'd really like to see it natively implemented...
Have a nice day!
Sergio