PDA

View Full Version : Spidering with "links found : 0"


fransdars
01-26-2004, 05:37 AM
...maybe this is still another post about this kind of issue, but searching in the "Troubleshooting" forum I haven't found the final answer of my problem!

After "dig" my site, I'm receiving the following message:
SITE : http://fransdars.altervista.org/
Exclude paths :
- @NONE@
No link in temporary table

links found : 0
...Was recently indexed
Optimizing tables...
Indexing complete !

I'm running the Spider.php of PhpDig 1.8.0 on:
- Apache 1.3.29
- PHP 4.3.4, in safe mode (installed as Module on Apache)
- MySql 4.0.12

Have you any help?

Thanks!

Charter
01-26-2004, 08:42 AM
Hi. With safe_mode set to on, you might find this (http://www.phpdig.net/showthread.php?threadid=221) thread useful.

fransdars
01-26-2004, 11:30 PM
Thanks a lot!
I will try the "safe-mode" instructions to solve the problem... :)

shinji
01-29-2004, 07:51 AM
i'm not so good with using phpdig but if u are using the spider per command line and if i'm right its just that this site was spidered not so long time ago..

look in your config after how many times the spider should reindex a website (the variable is LIMIT_DAYS)

fransdars
02-02-2004, 12:03 AM
Thanks Shinji for your reply.

I used the spider.php through "http", but now I've checked every thinks as explained by the recommended post... My ISP runs PHP in safe mode and many other PHP functions are disabled for security reasons! So, some important scripts of PhpDig can't work properly and the spidering is not possible on this server :(

Anyway... thank for your advice.