Currently on version 1.15.4
I feel like I've tried everything but the schedule polling still seems to fail. Auto-Cron however continues to work but I am hoping I'm able to get schedule polling to work.
I have created osticket.bat
inside the batch file, I have put this in
"C:\Program Files (x86)\PHP\v7.3\php.exe" "C:\inetpub\wwwroot\osticket\api\cron.php"
I then created the scheduled task in task manager as I am on Windows Server. However, it seems like whenever I try running the task, it just fails to run. Manually double-clicking the batch file to run it also yields an error.
"The code execution cannot proceed because VCRUNTIME140.dll was not found."
I'm not sure if I just typed in the wrong stuff into the batch file or what it could be. Any help would be greatly appreciated.