[TYPO3-50-general] t3lib_div in FLOW3 missing?

Jochen Rau j.rau at web.de
Tue Jun 3 22:07:05 CEST 2008


Hi Thomas,

I can reproduce this issue.

I walked through the code of "F3_PHP6_Functions.php" and checked which 
functions of t3lib_cs are called which themselves call t3lib_div again.

If you don't have PHP compiled with 'mbstring'. The
Component Manager calls F3_PHP6_Functions::strtolower() and then
conv_case -->  utf8_char_mapping --> initUnicodeData --> t3lib_div

==> Fatal error: Class 't3lib_div' not found

IMO this is a bug.

Greetings
Jochen


More information about the TYPO3-project-5_0-general mailing list