Re : Re: Re : Re: Re : Re: version 3.0.2: Call to undefined function logaction [message #164036 is a reply to message #164034] |
Thu, 30 December 2010 06:21 |
|
Marianne
Messages: 13 Registered: December 2010
Karma:
|
Junior Member |
|
|
Hello,
naudefj a écrit le Wed, 29 December 2010 22:29No errors and no messages means there is nothing in the queue to run.
To convince yourself, add a couple of echo statements to make it more verbose.
I have had a lot of echo, launch it by manuel command like that
/GOOD PATH/php /GOOD PATH/FUDforum/scripts/cron.php >>mlist.log 2>&1
And in mlist.log, I see often "no job, return" (echo added line 54 (test if (!$job) ...)), and sometimes echos that I have added after this test.
In the database, I have :
MEL@LISTE-DOMAIN * * * * * maillist.php 1 1293696960 1293696953 0 0
When there is no job detected, it returnes, so how can be it call again ?
and when there is job, the fonction plugin_call_hook is called. So, maybe, I must investigate this one to understand why cron.php is not called again and again.
In all cases, in my log file, there is only one call. The LAST_CRON_RUN date is updated only by the call and not after.
What do you suggest ?
|
|
|