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 & pwd set in config file</td>
</tr><tr>
<td> </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 !
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 & pwd set in config file</td>
</tr><tr>
<td> </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 !