Bug #31565
closedExtension Manager not loading
0%
Description
I've got a fresh install of TYPO3 4.6 and when accessing the EM after loading nothing is shown. Seems to be something with JS / AJAX as I get the following error message in Error Console on FF:Error: Ext.ux.form.SearchField is not a constructor
Source File: http://domain.com/typo3temp/compressor/merged-a21aebd59bd8ca36a9c41194590de392-86e0af9a032513bb83174a698521cb6a.js?1320363159
Line: 12063
Unfortunately, I can't reproduce this bug on another server, any ideea if this is a bug or a misconfiguration. At Reports section the only warning message:Integrity of TYPO3 main repository record
No extensions found!
The Main Repository has no extensions. Please update the repository in the Extension Manager or the Scheduler.
Updated by Steffen Gebert about 13 years ago
Hi Tomita,
please add this to your localconf.php
file:
$TYPO3_CONF_VARS['BE']['debug'] = 1;
This will disable merging of CSS/JS files. Then it would be easier to spot, where the error occurs.
Please be warned that debug mode will not work with Internet Explorer.
Updated by Steffen Gebert about 13 years ago
- Status changed from New to Needs Feedback
- Priority changed from Must have to Could have
Updated by Tomita Militaru about 13 years ago
Hi Steffen,
I've disabled the merging of CSS/JS files and now the error message is:Eroare: Ext.ux.form.SearchField is not a constructor
File: http://domain.com/typo3/sysext/em/res/js/em_locallist.js?1319550680
Line: 455
Updated by Alexander Opitz over 11 years ago
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1)?
Updated by Wouter Wolters about 11 years ago
- Status changed from Needs Feedback to Closed