hey man,
I am getting the problem below....
JCron Daemon
A cron task was failed, Send Emails crashed when we tried to run it.
I am getting the right mail also but above mail also come.
my task type : web address fsockopen
command to run:
http://www.terraveno.com.php5-13.websitetestlink.com/index.php?option=com_cronjob&view=cronjob
last run log text:
OUT is(GET /index.php?option=com_cronjob&view=cronjob HTTP/1.1
Host:
www.terraveno.com.php5-13.websitetestlink.com
Connection: Close
)HTTP/1.1 404 Not Found
Server: Apache/2.2
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Content-Type: text/html; charset=utf-8
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
Date: Wed, 15 Dec 2010 11:03:10 GMT
Status: 404 Component not found
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Pragma: no-cache
Connection: close
Set-Cookie: e2bc0bbf07861b832b3fa2013b7620c2=6q09ubctldb5gkn4gilnc8aqs2; path=/
Set-Cookie: lang=deleted; expires=Tue, 15-Dec-2009 11:03:09 GMT; path=/
Set-Cookie: jfcookie=deleted; expires=Tue, 15-Dec-2009 11:03:09 GMT; path=/
Set-Cookie: jfcookie[lang]=deleted; expires=Tue, 15-Dec-2009 11:03:09 GMT; path=/
Set-Cookie: X-Mapping-caklakng=B1EDC2EC9C1399231473A4E166E39EBB; path=/
Last-Modified: Wed, 15 Dec 2010 11:03:10 GMT
Content-Length: 1389
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" dir="ltr">
<head>
<title>404 - Error: 404</title>
<link rel="stylesheet" href="/templates/system/css/error.css" type="text/css" />
</head>
<body>
<div align="center">
<div id="outline">
<div id="errorboxoutline">
<div id="errorboxheader">404 - Component not found</div>
<div id="errorboxbody">
<p><strong>You may not be able to visit this page because of:</strong></p>
<ol>
<li>an <strong>out-of-date bookmark/favourite</strong></li>
<li>a search engine that has an <strong>out-of-date listing for this site</strong></li>
<li>a <strong>mistyped address</strong></li>
<li>you have <strong>no access</strong> to this page</li>
<li>The requested resource was not found.</li>
<li>An error has occurred while processing your request.</li>
</ol>
<p><strong>Please try one of the following pages:</strong></p>
<p>
<ul>
<li><a href="/index.php" title="Go to the Home Page">Home Page</a></li>
</ul>
</p>
<p>If difficulties persist, please contact the System Administrator of this site.</p>
<div id="techinfo">
<p>Component not found</p>
<p>
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
LOCAL CRON DEBUG:
<b>Working on cron schedule: 2 * * * *</b>
Months array
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,
Cron is due this month, getting days array.
Number of days in 2010-12 : 31
Days array matching weekdays for 2010-12
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,
Due to run today
Hour array
Array: 0=>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,
Due this hour
Minutes array
Array: 0=>2,
Due this very minute or some earlier minutes before this moment within this hour.
Parsing 2 * * * * taken 0.000567 seconds
LAST DUE: 5:2 on 15/12/2010
please help me.........