KevinTheJedi OK this make sense. I'm seeing tickets flow in again now.
Right so an external cron schedule job is going to be the option I want, as I want it to be hands off. I don't trust that there'll be enough proactive access to SCP for tickets to come in.
Apologies for my stupidity, I'm not a web admin and no one on my team has any php know how, so I'm teaching myself the basics as I go.
Am I correct in saying that I needto update the cron.php files to point to the php location then I call this file using php.exe? I'll be honest, I'm really struggling to follow some of the guides.
for example, to me this bit is confusing...
Add the following entry to cron file normally in /etc/crontab in nix systems and adjust: the time; the webuser; and paths accordingly.
*/5 * * * * nobody /path/to/php /path/to/api/cron.php
For windows users in “Scheduled Tasks” add "c:\php\bin\php.exe c:\website\osticket\api\cron.php"
It suggests that the following is all that's needed for a windows server with scheduled tasks, but I'm doubtful that that is correct.
For windows users in “Scheduled Tasks” add "c:\php\bin\php.exe c:\website\osticket\api\cron.php"