Hello!I have big troubles with the cron jobs.Mail Sending: SMTPMail Fetching/Receiving: IMAP on QMAILPHP version 5.3.xUbuntu 10.10I tried:php -q <link to cron php>#!/usr/bin/php <link to cron php>and the wget version with API keyNothing worked so far. Any ideas?

instead of php -q, which isn't defined for any php executable I have access to, use /usr/bin/php /path/to/api/cron.php

This is because cron generally doesn't have that on its path so can't find it without explicitly defining it.

Try reading the wiki too.

You also haven't actually told us which version of osTicket your using. :)

Write a Reply...