PDA

View Full Version : PhpDig 1.8.5 does not index all pages


gaam
12-13-2004, 04:13 AM
Until now I used PhpDig 1.8.0. Because of the security issues I installed 1.8.5 and tried it. On the same URL 1.8.0 finds 748 pages, but 1.8.5 finds only 114 pages.

Unfortunately I cannot use 1.8.5 if it does not index all pages.

Charter
12-13-2004, 07:33 AM
You need to use v.1.8.5 or else you may be open to exploits. Try changing the search depth and links per settings.

dawid
12-13-2004, 11:22 AM
Hello ,

I have the some problem and I change in config.php:


old
define('LINKS_MAX_LIMIT',20); //max links per each level

new
define('LINKS_MAX_LIMIT',0); //max links per each level


It's works fine.

gaam
12-14-2004, 04:57 AM
That was it - now it works fine.
Thank you very much!

First I change this in config.php:
define('LINKS_MAX_LIMIT',0); //max links per each level

But because it is the same as in PhpDig Administration, then I tried to reindex the site with this settings:
Search depth: 5 / Links per: 0

With this settings PhpDig seems to find all pages.

(Before I made this settings: Search depth: 10 / Links per: 10. This didn't work.)