[TYPO3-dev] endless loading ...

ries van Twisk typo3 at rvt.dds.nl
Wed Jul 30 16:30:00 CEST 2008


On Jul 30, 2008, at 9:19 AM, Steffen Kamper wrote:

> Steffen Kamper schrieb:
>> Hi,
>>
>> i can produce that on many websites. If i edit a template and i  
>> save the
>> browser loads and loads ... doesn't stop. If i interrupt, the  
>> template
>> is saved correct. What happens there?
>> This seems to be on servers with big DBs.
>>
>> vg Steffen
>
>
> i think this has something todo with deleting cache
>
> caller  	t3lib_DB::exec_DELETEquery
> ERROR 	Lock wait timeout exceeded; try restarting transaction
> lastBuiltQuery 	DELETE FROM cache_hash
>
> vg Steffen

as a test try to change DELETE FROM cache_hash to TRUNCATE cache_hash;

See if that helps.

Ries







More information about the TYPO3-dev mailing list