View Single Post
Old 11-07-2003, 11:04 AM   #7
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Hi. To start over and index from scratch, try the following:
  1. empty all the PhpDig database tables
  2. delete all files that may be in the temp dir
  3. delete all files in the text_content dir except keepalive.txt
  4. run spider.php from a browser or command prompt
Before running spider.php from the command prompt, in the config file, change the following to one if only one level is wanted:
PHP Code:
define('SPIDER_MAX_LIMIT',20); //max recurse levels in sipder 
define('SPIDER_DEFAULT_LIMIT',3); //default value 
define('RESPIDER_LIMIT',4); //recurse limit for update 
If you don't want to reindex from scratch, but rather just want the lock removed, try going into the admin panel, pick a locked site, click the update button, and then click the remove lock link.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote