I'm going to the Administrator> Scheduled Jobs file path. I'm running the code above.
Note: Create a batch file with the following commands to run Espo Scheduled Jobs using Windows Scheduled Tasks:
C:\xampp\apache\bin\httpd.exe -f C:\xampp\htdocs\myespo\cron.php
But I am getting this error.
Error Message: httpd.exe: Syntax error on line 36 of C:/xampp/htdocs/myespo/cron.php: Include takes one argument, Name(s) of the config file(s) to be included; fails if the wildcard does not match at least one file.
Note: Create a batch file with the following commands to run Espo Scheduled Jobs using Windows Scheduled Tasks:
C:\xampp\apache\bin\httpd.exe -f C:\xampp\htdocs\myespo\cron.php
But I am getting this error.
Error Message: httpd.exe: Syntax error on line 36 of C:/xampp/htdocs/myespo/cron.php: Include takes one argument, Name(s) of the config file(s) to be included; fails if the wildcard does not match at least one file.
Comment