cron jobs
Posted by: webmasterinnj (---.cmdnnj.fios.verizon.net)
Date: October 04, 2022 08:27AM

hi! I am using a forum script and it says it needs to be run every 1 minute below is what it says to do but im not sure where to input it at.
You should set the cron to run the following command every minute:
C:\php/php -d memory_limit=-1 -d max_execution_time=0 C:\wamp64\www\simmingtoncommunitycity\forums/applications/core/interface/task/task.php 257406673000a32e1af6835e8dcc2115

how would I go about setting this up?

Options: ReplyQuote
Re: cron jobs
Posted by: Otomatic (Moderator)
Date: October 04, 2022 08:59AM

Hi,

The first thing I can think of is that you have to be consistent in writing and not mix up / and \.

The second thing is that max_execution_time=0 is not necessary, see the documentation:
max_execution_time`

The third thing is that exceeding the execution time will generate a fatal error.

The fourth thing is that there is a "Scheduler" in the About page of Wampmanager (Aestan Tray Menu)

The fifth thing is that I don't have the skills for this.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons



Edited 1 time(s). Last edit at 10/04/2022 02:08PM by Otomatic.

Options: ReplyQuote


Sorry, only registered users may post in this forum.