Posted April 25, 201510 yr As I am getting errors while running the background processes manually (Fatal error: Maximum execution time of 30 seconds exceeded in E:\xampp\htdocs\nobiliana\system\Db\Db.php on line 387), I will now try to use a cron to run tasks.I have activated it (not saved yet) and the command I shall use is shownC:\php/php -d memory_limit=-1 -d max_execution_time=0 E:\xampp\htdocs\nobiliana/applications/core/interface/task/task.php 1b24263cfc1c958d47aacb349be2be5bBut was to do with this command? Must it be included into a file and, if so, in which one and where? I am asking as I have no experience with setting up crons and have not found anything in this forum that could help me.
April 25, 201510 yr .link for some more info : http://stackoverflow.com/questions/25236484/php-cron-job-on-xampp-windowsWindows doesn't really have a CRON (it is task scheduler for Windows) .. CRON is for linux .. maybe there are some other Windows Apache configurations that have a workaround for this CRON .. .
April 25, 201510 yr . http://www.uniformserver.com/This one has a workaround for CRON in windows ..Excellent server by the way .. .
April 25, 201510 yr Author Thanks for the help ... have managed to run the task scheduler in Windows and it works.
Archived
This topic is now archived and is closed to further replies.