PDA

View Full Version : again : Indexing problems : no link flloweb


sylvain
10-21-2005, 03:46 AM
Hi,

My config

linux debian
apache
mysql

define('SPIDER_MAX_LIMIT',20);
define('RESPIDER_LIMIT',5);
define('LINKS_MAX_LIMIT',20)
define('RELINKS_LIMIT',5);
define('LIMIT_TO_DIRECTORY',false);
define('ALLOW_SUBDIRECTORIES',true);

All directorys chmod 777 (for test)

I have a big directory with a lot of (txt) files

001
002
003
004

with full text web page

a index (with all links)

and ....

SITE : http://xxxxxxxxxxxxx/
Exclude paths :
- @NONE@

Wait...
1:http://xxxxxxxxxxxxx/larbin-2.6.3/rep/index1.html
(time : 00:00:05)
No link in temporary table

--------------------------------------------------------------------------------

links found : 1
http://xxxxxxxxxxxxx/larbin-2.6.3/rep/index1.html
Optimizing tables...
Indexing complete !

???? Yes I have read all the old topics ... :o

Sylvain
France

Charter
10-26-2005, 10:33 PM
Does your host use load balancing on its servers? Do you see any number other than zero in the following stats on the admin panel index page:

Pages : 0 Entries
Index : 0 Entries
Keywords : 0 Entries
Temporary table : 0 Entries

With load balancing and all zeros, PhpDig does not understand how to connect back to index. See this (http://www.phpdig.net/forum/showthread.php?t=514) thread for a related solution.