View Single Post
Old 03-03-2004, 12:15 AM   #3
c4x
Green Mole
 
Join Date: Mar 2004
Location: 101110001010101
Posts: 3
hmm, now it works?

i truncated my tables, changed the a few of the settings:


define('SEARCH_DEFAULT_LIMIT',100); //results per page

define('SPIDER_MAX_LIMIT',100); //max recurse levels in spider
define('SPIDER_DEFAULT_LIMIT',100); //default value
define('RESPIDER_LIMIT',100); //recurse limit for update

and now it works


maybe i only used the 'DELETE FROM `table`' sql command instead of the 'TRUNCATE TABLE `table`' command to clear my tables...

*confused*

thanks a lot,

greets, mathias
c4x is offline   Reply With Quote