[TYPO3-dev] Retrieving of extension list under TYPO3 6.0
Jigal van Hemert
jigal.van.hemert at typo3.org
Wed Apr 10 11:11:19 CEST 2013
Hi,
On 10-4-2013 10:24, Franz Holzinger wrote:
> The EM has caused entries in the PHP error_log:
>
> [Wed Apr 10 09:14:01 2013] [error] [client 85.197.7.226] PHP Fatal
> error: Maximum execution time of 60 seconds exceeded in
> /var/www/path/web/typo3_src-6.0.4/typo3/sysext/core/Classes/Charset/CharsetConverter.php
> on line 2093, referer:
> http://mydomain.de/typo3/mod.php?M=tools_ExtensionmanagerExtensionmanager&tx_extensionmanager_tools_extensionmanagerextensionmanager%5Baction%5D=ter&tx_extensionmanager_tools_extensionmanagerextensionmanager%5Bcontroller%5D=List
That's an easy one: increase the max execution time. 240 is a pretty
safe number, also for longer processes in TYPO3 6.1.
> I wonder: Why did the image circle of the loading image always rotate?
> Shouldn't it have stopped and shown an error message on the screen?
The rotation is probably just an animated gif. Perhaps the Ajax routines
don't have a timeout? You know where to file bugreports for that...
>> Did you import the data for the table
>> tx_extensionmanager_domain_model_repository in the Install Tool? Without
>> that data the EM can't find the TER.
>
> Ok. I have imported not the table above in the Install Tool DB update tab.
>
> Now the tab "Get Extensions" of the EM shows this:
>
> ====================================
> last update: 2012-08-29 (0 extensions)
Because of the timeout nothing was imported (hence the "0 extensions").
In that notification above the table there should be link to force the
update (my 6.0 installation is broken currently due to restructuring and
in 6.1 this part of the EM has been improved, so I can't lookup the
exact position of that link)
> What must I do to see the extensions listed and searchable under the tab
> "Get Extensions"?
First of all you need to import the stuff from TER, but due to the
timeout that hasn't happened yet.
--
Jigal van Hemert
TYPO3 CMS Core Team member
TYPO3 .... inspiring people to share!
Get involved: typo3.org
More information about the TYPO3-dev
mailing list