PDA

View Full Version : cron problem


Warmbells
12-18-2004, 12:02 AM
Hi,

I've just tried to run an update via cron using the following

php -f /home/warmbell/public_html/search/admin/spider.php cronlist.txt >> spider.log

I received an email with the following message

Failed loading /usr/local/Zend/lib/ZendOptimizer.so: /usr/local/Zend/lib/ZendOptimizer.so: cannot open shared object file: No such file or directory

any ideas as to what is wrong

Gerald

Charter
12-19-2004, 06:42 PM
Try using the full path to PHP or try installing Zend.

Warmbells
12-21-2004, 08:23 AM
Hi,

In the end to get the cron job to spider the site I had to enter the following (all on one line)

/usr/bin/curl http://www.animals-in-distress.net/search/admin/spider.php http://www.animals-in-distress.net/search/admin/cronlist.txt >> spider.log

I've just received an email telling me the cron had run with no error message, I'll try it again in a few days with a couple of extra URL's in the cronlist to see if they are picked up.

Warmbells
12-23-2004, 01:14 PM
Hi,

I've run the cron job again with about 12 extra lines of URLs, when it ran I received this email.

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed

100 601 0 601 0 0 1698 0 --:--:-- --:--:-- --:--:-- 1698
100 601 0 601 0 0 1698 0 --:--:-- --:--:-- --:--:-- 0
<html>
<head>
<title>PhpDig Admin Login</title>
</head>

<body>
<center>
<br><br>

<form action="../libs/auth.php" method="post">
<table><tr>
<td colspan="2">PhpDig v.1.8.6 Admin Login</td>
</tr><tr>
<td>Username</td><td><input type="text" name="username"></td>
</tr><tr>
<td>Password</td><td><input type="password" name="password">
<input type="hidden" name="no_connect" value="0"></td>
</tr><tr>
<td colspan="2">use name &amp; pwd set in config file</td>
</tr><tr>
<td>&nbsp;</td><td><input type="submit" value="Enter"></td>
</tr></table>
</form>

</center>
</body>
</html>http://www.animals-in-distress.net/
followed by the list of links but when I went to the admin folder on the server and logged in the 12 links had not been added, am still doing something wrong?

vinyl-junkie
12-23-2004, 05:33 PM
Are you looking for the file called spider.log? I believe that will be in your folder called search.