Can anyone guide me please with regards to running schedulers?
I created a php file with a simple echo statement to test if the scheduler that has been created will run.
I am not sure why the scheduler is not running as it always says Last Successful Run: Never
I have placed the job as āURLā and the location of the file in job url.
I have this command in the sugar.bat:
cd C:\xampp\htdocs\suitecrm
C:\xampp\php\php.exe -f C:\xampp\htdocs\suitecrm\cron.php
I tried and applied the instructions given in the link you have provided. However, it is still not working.
The last successful run is still āNeverā.
The scheduler āProcess Workflow Tasksā is working though.
I assume that your āProcess Workflow Tasksā shows a Last Successful Run, to prove that it is working?
There could be a few issues. Please make sure all relevant details match, such as the Job Name and PHP file names.
If they do match then check the code itself. Double check that there are no missing Semi-colons or brackets of any kind.
sorry, my mistake, I thought that if a workflow task has been triggered (fired a task) it indicates that the scheduler āProcess Workflow Tasksā has a successful run.
I just checked it and it also shows Last successful run: Never
I will also look deeper into this and research further.
If you have anything in mind please donāt hesitate to share it.