PDA

View Full Version : Local Index Not working


BiJae
11-08-2006, 06:42 AM
I'm a little perplexed. I've followed the installation instructions to get the program to work. I followed the thread that offered the code to work with MySql 5.0


if ($pu['port'] == 0 || $pu['port'] == 80) {
$pu['port'] = 0;
}
else {
settype($pu['port'],'integer');


After I put this change in place I tested on the server PHPDIG is installed on. It failed as it had before. I then tested on a different site I own that is off site. This time the index ran just as expected.

I've verified that the local server is configured according to the prerequisites, safe_mode = OFF, allow_url_fopen = ON.

When I put the url, localhost, IP address I get this response in under a second:

Spidering in progress... [Stop spider]
Optimizing tables...
Indexing complete ! [Back] to admin interface.

I'm not sure what I've configured wrong on my server. If some one can help me locate the problem I would appreciate it. My php info file is at http://www.tcud.state.tx.us/test.php

Thank you,

BiJae
11-13-2006, 12:30 PM
Through another site some one directed me to remove the robots.txt file from the root directory of the site that won't index. I did this and that seemed to help me move forward... a little. Now I'm getting acknowledgment of the site however I get an error that says no link to the temp table.


Spidering in progress... [Stop spider]
SITE : http://www.tcud.state.tx.us/
Exclude paths :
- @NONE@
Meta Robots = NoIndex, or already indexed : No content indexed
1:http://www.tcud.state.tx.us/
(time : 00:00:01)
No link in temporary table
links found : 0
...Was recently indexed
Optimizing tables...
Indexing complete ! [Back] to admin interface.


Can any one give me advice if they've had a similar problem? Any advice is appreciated.

Thank you,