|
Hi Gurus,
I did a search for my problem in the forum but found no answer. My manual backup works but the JCron job does not. The error clearly shows 'No input file specified' but if I specify it, would JCron not overwrite the same filename everytime it runs? I want it to write on a filename using a default name it creates everytime. A sample of its mailed logfile is listed below.
Thank you.
------
Status: 404
Content-type: text/html. X-Powered-By: PHP/5.0.5
No input file specified.
LOCAL CRON DEBUG: <b>Working on cron schedule: 0 3 * * *</b>
Got day 1 for START of 1, 2007. Cron was due to run earlier this year Cron has already been due to run this month (01). Getting days array
Getting days for 01. Days in 01, 2007: 31
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, 30=>31,
Cron has already been due to run today Cron not due in this hour, getting latest in last scheduled hour
LAST RAN: 3:0 on 06/01/2007. Parsing 0 3 * * * taken 0.00052 seconds
---------
|