- Edited
Hello! I'm setting up osTicket for the first time, following this guide to email polling: http://osticket.com/wiki/POP3/IMAP_Setting_GuideWhen I enter this command via SSH client, it successfully polls emails into osTicket./usr/bin/php /path/to/api/cron.phpHowever, my crontab has this entry:*/15 * * * * /usr/bin/php /path/to/api/cron.phpIn this case, seemingly the same command doesn't poll emails, and gives this error:Parse error: syntax error, unexpected ':' in path/to/bootstrap.php on line 346Just to be clear, I am using the correct path, not "path/to". I'm afraid I'm new to both SSH and crontab, so I don't understand why the command works in one case and not the other. I'd appreciate any suggestions?