[Typo3-install] Extensions in TYPO3 Extension Repository Typo3 Ver.4
Jacob Floyd
techgurufloyd at gmail.com
Mon May 29 20:41:14 CEST 2006
[snip]
> A tip for shared slowly hosted websites like my Hoster: If you want to see
> all extensions the following message can be displayed:
>
> Fatal error: Maximum execution time of 30 seconds exceeded in
> /srv/www/web2/html/typo3_src-4.0/t3lib/class.t3lib_cs.php on line 710
[snip]
On my shared host, there is no limit on memory, so no problems there,
however the 30 second limit temporarily bit me with the EM. To get
around this, I put an ".htaccess" file in /[path to
typo3]/typo3/mod/tools/em that has one line in it:
php_value max_execution_time 120
That keeps the default 30 second limit for everything else (which I
wouldn't want taking any longer, but lets me give specific apps, in
this case the Typo3 EM, the increase in time that they need.
However, there is yet another solution. Get the 'Light Extension
Manager' by Chi Hoang extension key: ch_lightem
This extension uses the database to significantly increase
performance. Works great.
Cheers,
Jacob Floyd
More information about the TYPO3-install
mailing list