PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Troubleshooting (http://www.phpdig.net/forum/forumdisplay.php?f=22)
-   -   Local Index Not working (http://www.phpdig.net/forum/showthread.php?t=2677)

BiJae 11-08-2006 06:42 AM

Local Index Not working
 
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

Code:

    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

Some progress
 
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.

Code:

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,


All times are GMT -8. The time now is 02:34 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.