Thread: Temporary Table
View Single Post
Old 10-24-2003, 04:07 PM   #2
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Hi. The temporary table should probably not be growing like that. The spider.php file has the following code:
PHP Code:
        // clean the tempspider table
        
$query "DELETE FROM ".PHPDIG_DB_PREFIX."tempspider WHERE site_id=$site_id AND (error = 1 OR indexed = 1)";
        
mysql_query($query,$id_connect); 
Can you post the first few entries from the table? What versions of PHP and PhpDig are you using?
__________________
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