[TYPO3-core] FYI: Fixed bug #9771: htmlArea RTE: spellchecker not working in TYPO3 4.3-dev

Oliver Hader oliver at typo3.org
Wed Nov 12 02:32:56 CET 2008


Hi Stan,

Stanislas Rolland schrieb:
> FYI: The attached SVN patch was committed.
> 
> Type:
> Bugfix
> 
> Problem:
> The spell checker script fails because of missing initialization of the
> new caching system.
> 
> Solution:
> Add cache system initialization.
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=9771
> 
> Branches:
> trunk (revision 4445)

I didn't look into the code where this patch is applied. However, you
use TSFE->set_no_cache() - there's a global configuration possibility
'disableNoCacheParameter' that allows to ignore all set_no_cache()
calls. So, if you have to rely on having anything cached in the
front-end, it should be changed...

olly
-- 
Oliver Hader
TYPO3 4.3 Release Manager


More information about the TYPO3-team-core mailing list