View Single Post
Old 11-22-2004, 03:32 PM   #3
Ensim
Green Mole
 
Join Date: Nov 2004
Posts: 4
That did it! Kudos to you and the PHPDig people for making a viable free PHP only search solution!

Thanks so much, it updates correctly through the browser now, after I got commented out those "set_time_limit"'s that kept it from updating in php safe mode.

I re-read the docs and still can't get the command line version to work (but now see what I missed conerning using the web admin).

Or I guess I can cron wget to update the site's index via a web call to spider.php?site_id=1&mode=small . Unless you know what is the correct commandline way of doing a site re-indexing?

Here is what I am calling:
/usr/bin/php -f /path.to.it/phpdig/admin/spider.php forceall http://www.oursite.org

But it never indexes anything:
SITE : http://www.oursite.org/
Exclude paths :
- @NONE@
No link in temporary table
links found : 0
Optimizing tables...


Thanks
Ensim is offline   Reply With Quote