- Edited
I'm still going round in circles trying to get cron to work.
The latest problem is that crontab is recording the following error:
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /homepages/29/d363269327/htdocs/tickets/include/class.osticket.php on line 61
which relates to:
function isSystemOnline() {
return ($this->getConfig() && $this->getConfig()->isHelpDeskOnline() && !$this->isUpgradePending());
}
Would be grateful for any help to fix this and to get cron fetching working - i think i have tried absolutely everything i can think of...
Thanks
Mark