[Typo3] cache doesn't work

Benedikt Eckhard lists at derhackler.at
Thu May 26 19:32:13 CEST 2005


hello,

a few days ago i tried to setup the index search on our site 
(http://www.sinnewerk.at) but it didn't work. when i tried to find the 
problem i stumbled over the database cache tables, and found out that 
they contain nearly now data. cache_pages is empty, cache_sections 
contain 312 entries, cache_has 852 entries, cache_imagesizes 2777, and 
all the tables for indexsearch are empty. i guess my cache isn't working 
properly, but i have no idea how to make it work. i definitly need the 
index search on the page, so please help me!!!

(i also wrote a post in the german and austrian newsgroup, but didn't 
get an answer :-( so far...) - is it a crosspost then?

thanks i.a.
benedikt

the whole typoscript config is huge so i show just the parts i guess are 
relevant: (btw. i'm running typo3 3.7 with php5 on apache2 and using 
templa voila.

page{
     typeNum = 0
     config.disableAllHeaderCode=0
     config.doctype = <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 
Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     config.index_enable = 1
     config.no_cache = 0
}

config.spamProtectEmailAddresses = 4
config.spamProtectEmailAddresses_atSubst = (at)

config.simulateStaticDocuments = 1
#config.simulateStaticDocuments_addTitle = 1

config.index_enable = 1
config.index_externals = 1

config.disablePrefixComment = 1



More information about the TYPO3-english mailing list