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

Franz Holzinger franz at ttproducts.de
Wed Apr 10 20:47:30 CEST 2013


Le 10. 04. 13 15:55, Christian Kuhn a écrit :
> 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.

Thanks for the info.
Now I have set
[SYS][t3lib_cs_convMethod] = iconv
[SYS][t3lib_cs_utils] = iconv

The fetching of the extension list now ends up in this PHP error:

[10-Apr-2013 20:40:36 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 1601


> 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.
There has been no speed problem with the EM under TYPO3 4.7.


- Franz






More information about the TYPO3-dev mailing list