[TYPO3] Lookup extentions with CR3
Axel Jindra
a.jindra at gmx.de
Fri Apr 7 08:49:25 CEST 2006
Gert Kaae Hansen schrieb:
> When i search of a extention i get the following error Fatal error:
> Fatal error: Maximum execution time of 30 seconds exceeded in
> /home/www/tyksak/typo3/mod/tools/em/class.em_xmlhandler.php on line 112
> Dose any of you have any clue how to fix this.
yes, tune up the maximum execution time for php scripts in your php.ini
or wherever you configure your php, for example:
max_execution_time = 120 ; Maximum execution time of each script, in
seconds
max_input_time = 90 ; Maximum amount of time each script may spend
parsing request data
memory_limit = 128M ; Maximum amount of memory a script may consume
(8MB)
Axel.
More information about the TYPO3-english
mailing list