PDA

View Full Version : PhpDig indexing won't work


sigfy
12-22-2004, 07:56 AM
Hi,

It's not the first time i'm using PhpDig on a website, i succesfully installed it a couple of times.
But this time i'm absolutly clueless.

I installed v1.8.6 on the development server and it works fine.
I installed it on the production server and it won't spider anything.

Exploration des liens en cours... [Stop spider]
Optimizing tables...
Indexation terminée ! [Retour] Ã* l'interface d'administration.

That's all i have.

The links in the pages are absolute links, safe_mode seems to be 'off' and allow_url_fopen 'on' according to phpinfo().
The folders admin/temp and text_content are set to chmod 777.

I got a robots.txt file on the root of the server but wether it is here or not change nothing.

I never have any error message.

I really don't understand what's happening here.

Any idea ?

sigfy
12-23-2004, 12:26 AM
I can't spider any website from this site but i can spider this site from my development server.

System: Linux
Apache version: 1.3.31 (Unix)
PHP version: 4.3.9

If it can help.

vinyl-junkie
12-23-2004, 09:44 AM
The includes directory must also be chmod 777. Change that and see if it clears up your problem.

foxus
12-24-2004, 06:55 PM
okay... :)

sigfy
12-27-2004, 11:55 PM
The includes directory is also set to chmod 777.

sigfy
12-28-2004, 02:18 AM
Now I can spider other websites but still not this website.

vinyl-junkie
12-28-2004, 03:16 AM
Check the robots.txt file for this site. It's possible you don't have permission to spider it.

sigfy
12-30-2004, 02:35 AM
I wrote the robots.txt file myself and i can remove it.
But nothing changes wether it's here or not.
I have some other sites on this server and it looks like I can't spider any of them from this server although I can spider them from other servers even with a robots.txt file set for those sites.

rAdoN
12-30-2004, 11:30 AM
server isp search - shows thread - see

http://www.phpdig.net/forum/showthread.php?t=212&highlight=server+isp

sigfy
01-07-2005, 04:58 AM
Yes, the problem seems to be the same.
Is there a solution to make phpdig work in this configuration ?

Charter
01-07-2005, 05:29 AM
See if this (http://www.phpdig.net/forum/showthread.php?t=310) thread helps.

sigfy
01-07-2005, 06:47 AM
I'll ask if it's possible to change the host file of the server.
Thank you all for your suggestions.