I'm a little perplexed. I've followed the installation instructions to get the program to work. I followed a thread on the PHP dig site that offered the following code to work with MySql 5.0
After I put this change in place I ran the index on the localhost using the domain name. It failed as it had before. I then ran an index on a remote site I own. This time the index ran just as expected. Based on this information PHPDIG is working.
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
Thank you,
"If the only prayer you said in
your whole life was, 'thank you,'
that would suffice."
-- Meister Eckhart
Code:
if ($pu['port'] == 0 || $pu['port'] == 80) {
$pu['port'] = 0;
}
else
{ settype($pu['port'],'integer');
After I put this change in place I ran the index on the localhost using the domain name. It failed as it had before. I then ran an index on a remote site I own. This time the index ran just as expected. Based on this information PHPDIG is working.
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
Thank you,
"If the only prayer you said in
your whole life was, 'thank you,'
that would suffice."
-- Meister Eckhart