[TYPO3-dev] Retrieving of extension list under TYPO3 6.0

Christian Kuhn lolli at schwarzbu.ch
Wed Apr 10 15:55:04 CEST 2013


On 04/10/2013 03:05 PM, Franz Holzinger wrote:
> [10-Apr-2013 15:01:13 Europe/Berlin] PHP Fatal error:  Maximum execution
> time of 1000 seconds exceeded in
> /var/www/html/demo/typo3_src-6.0.4/typo3/sysext/core/Classes/Charset/CharsetConverter.php
> on line 2090

ah, classic ...

You definitely want to switch to mbstring or iconv for TYPO3_CONF_VARS 
SYS t3lib_cs_convMethod and t3lib_cs_utils   ... this should improve 
your TYPO3 experience a lot and probably helps with your em issue, too.

BTW: The code to update em TER extension list in 6.0 is nearly identical 
to the 4.7 code, so you probably have those issues there as well, but 
maybe you don't see the effects.

Regards
Christian



More information about the TYPO3-dev mailing list