[TYPO3-core] FYI: Fixed bug: Page TSconfig isn't parsed correctly anymore after cleanup in Trunk

Michael Stucki michael at typo3.org
Fri Sep 28 12:15:42 CEST 2007


Oliver Hader wrote:

> FYI: The following bugfix was committed to SVN Trunk today.
> 
> Problem:
> Page TSconfig doesn't work correctly anymore after cached files in
> typo3conf were removed and rebuilt.
> 
> Solution:
> After a cleanup of t3lib_BEfunc in revision 2516, the method
> t3lib_BEfunc::getHash was changed to the following:
> | return is_array($row) ? $row['content'] : '';
> 
> However, in t3lib_BEfunc this is called and checked with the isset
> function, e.g. isset(t3lib_BEfunc::getHash(...)) and isset('') returns
> true - thus, the Page TSconfig wasn't parsed anymore.
> The fix was to change the empty string '' to null.

Thanks a lot, this was my Bock!

- michael
-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/


More information about the TYPO3-team-core mailing list