PDA

View Full Version : shell indexing problem


Patrick_2a
11-04-2005, 06:47 AM
Hi,

Like many, i have problem launching phpdig from shell in order to use it with cron.
I had to modifiy the script_relative_path to be able to lauch the "php -f" command.

Now, i have no indexing at all, my spider.log shows me the following :

--------------------------------------------------------
<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.7 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><html>
-------------------------------------------------------

So it seems to read an html file in the admin directory and stops....

Any help would be welcome !

Charter
11-06-2005, 10:30 AM
Try undoing your changes and then check out this (http://www.phpdig.net/forum/showthread.php?t=323) thread for instructions on how to set up a cron job. Also check the config file for CRON SETTINGS and comments, and nix this (http://www.phpdig.net/forum/showthread.php?t=2005) bug.