[TYPO3-core] FYI: #13448: typo in BE cache init section
Stefan Geith
typo3dev2010.nospam1 at geithware.de
Mon Feb 8 09:11:12 CET 2010
Thomas Schröder schrieb:
>>> i also saw this in BT, and wondered.
>>> But, if unsetting, both objects should be unset:
>>> unset($typo3CacheManager, $typo3CacheFactory);
>
> Hm ... with rev 6873 I get in backend:
>
> Fatal error: Call to a member function getCache() on a non-object in
> /srv/www/htdocs/typo3-4.3dev/t3lib/class.t3lib_befunc.php on line 1285
>
> Rev 6873 works fine as before. Can you check this?
Same for me: switching gfrom Rev 6871 to 6873, I also get this Error:
Fatal error: Call to a member function getCache() on a non-object in
typo3_src-4.3/t3lib/class.t3lib_befunc.php on line 1285
in the Backend.
Chaning Init.php Line 218 from
unset($typo3CacheFactory, $typo3CacheManager);
to
unset($typo3CacheFactory);
resolves the Problem.
/Stefan
More information about the TYPO3-team-core
mailing list