[TYPO3] TemplaVoila . UTF8 and Cache problem

Rob De Vries spam_this at pandora.be
Wed Dec 12 12:02:08 CET 2007


Aji Johannes wrote:
> Hello List,
> 
> before few days i installed a test system of T3 v. 4.1.3 and i set the 
> DB to UFT8 (general-ci) and in localconf.php:
> 
> $TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8';
> $TYPO3_CONF_VARS['SYS']['UTF8filesystem'] = '1';
> $TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8'.chr(10).'SET 
> CHARACTER SET utf8';
> 
> the problem, sometimes when i showing the FE, no css will load to FE, 
> but if i Delete FE cache in BE, everything work again.
> is that a Bug or im doing something wrong??
> 
> i have another Projects have the same Setup in Install Tool, but working 
> fine.
> 
> Regards
> Aji


Hey Aji,

try setting : $TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8;';

instead of 'SET NAMES utf8'.chr(10).'SET
 > CHARACTER SET utf8';


greetz
Rob




-- 
------------------------------------------------------------
web : http://www.rob-ot.be
skype : rob-ot
------------------------------------------------------------
[O_o] -- Don't feed the rob-ot


More information about the TYPO3-english mailing list