Arnaud (User)
Fresh Boarder
Posts: 9
|
|
Job not executed 2 Years, 5 Months ago
|
|
Hi !
I'm currently testing JCron on my website in order to update every 2 minutes my RSS feed (with the componant RSS Reader 2). The update is done by a dedicated link like that :
| Code: |
http://mydomain.com/index.php?option=com_rssreader2&task=refresh&password=mypass
|
So i've created a task with JCron to execute the link every minute (to see quickly the result) and I have enabled logs by mail. Here is what i've received :
QUOTE:
LOCAL CRON DEBUG:
<b>Working on cron schedule: * * * * *</b> Got day 1 for START of 1, 2006 Cron was due to run earlier this year Cron has already been due to run this month (06) Getting days array Getting days for 06 Days in 06, 2006: 30
Array: 0=>1, 1=>2, 2=>3, 3=>4, 4=>5, 5=>6, 6=>7, 7=>8, 8=>9, 9=>10, 10=>11, 11=>12, 12=>13, 13=>14, 14=>15, 15=>16, 16=>17, 17=>18, 18=>19, 19=>20, 20=>21, 21=>22, 22=>23, 23=>24, 24=>25, 25=>26, 26=>27, 27=>28, 28=>29, 29=>30, Cron has already been due to run today LAST RAN: 11:40 on 22/06/2006 Parsing * * * * * taken 0.0010530000000001 seconds
I don't even understand what does mean this mail but my feeds are not updated 
Can you please tell me what's wrong with this task ?
Thank you very much for your help 
Arnaud
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:Job not executed 2 Years, 5 Months ago
|
|
|
you need to run the command as simulating it from a unix shell, either "php myscripts.php" or "lynx http://"
Let me know if you still have problems! Ovidiu
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
Arnaud (User)
Fresh Boarder
Posts: 9
|
|
Re:Job not executed 2 Years, 5 Months ago
|
|
Hi Ovidiu,
I don't have linux at home/work and no dedicated server... so I can't execute the command line
Could you please, test your component with RSS Reader 2 ?
Thx again for your help 
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:Job not executed 2 Years, 5 Months ago
|
|
|
Hey there! Your website is on a linux server i presume? Give it a try and include this command:
lynx http:\\...
Lynx it's a linux command browser that will fetch that url and execute the job
Ovidiu
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
Arnaud (User)
Fresh Boarder
Posts: 9
|
|
Re:Job not executed 2 Years, 5 Months ago
|
|
Hi,
Sorry for the bad comprehension...
So i've added Lynx command in the cron job. I have the same pb : feed are not updated.
Here is the mail :
QUOTE:
LOCAL CRON DEBUG:
<b>Working on cron schedule: * * * * *</b> Got day 1 for START of 1, 2006 Cron was due to run earlier this year Cron has already been due to run this month (06) Getting days array Getting days for 06 Days in 06, 2006: 30
Array: 0=>1, 1=>2, 2=>3, 3=>4, 4=>5, 5=>6, 6=>7, 7=>8, 8=>9, 9=>10, 10=>11, 11=>12, 12=>13, 13=>14, 14=>15, 15=>16, 16=>17, 17=>18, 18=>19, 19=>20, 20=>21, 21=>22, 22=>23, 23=>24, 24=>25, 25=>26, 26=>27, 27=>28, 28=>29, 29=>30, Cron has already been due to run today LAST RAN: 16:43 on 24/06/2006 Parsing * * * * * taken 0.001047 seconds
I've been tested with a dedicated cron web site (cron.fr) with this url : everything work find. But the minimum update is 1 hour. And 1 hour is too late for me...
I hope you'll find an issu with my pb !
Thanx a lot
Arnaud
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:Job not executed 2 Years, 5 Months ago
|
|
|
Could you post me here the command you added for cron? Ovidiu
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|