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,