Bug #43626
closedExtension Manager not loading
0%
Description
On the tab "Get extensions" I get a spinning .gif only. It keeps spinning till the end of time.
I have read about all pages handling this topic. Mine seems a bit different than others. And no solutions. No buttons on the right, for instance. So, sorry if I create a double call now.
If I upload an extension "by hand", any extension is immediately installed. Is that how the new extension manager works?? Where can I download extensions now, including the data from the tables? Or do I miss functionality because of the issue?
The only thing I find in my install (all tables are there):
Invalid table and field definitions in $TCA!
sys_log
Field name: Suggested database field:
detail_nr tinytext
That's all.
Updated by Arne Uplegger almost 12 years ago
Same Problem.
PHP Error:
PHP Fatal error: Call to a member function getExtensionCount() on a non-object in /typo3_src-6.0.0/typo3/sysext/extensionmanager/Classes/Controller/UpdateFromTerController.php on line 105, referer: typo3/mod.php?M=tools_ExtensionmanagerExtensionmanager&tx_extensionmanager_tools_extensionmanagerextensionmanager%5Baction%5D=ter&tx_extensionmanager_tools_extensionmanagerextensionmanager%5Bcontroller%5D=List
Updated by Arne Uplegger almost 12 years ago
- % Done changed from 0 to 100
The Solution is here: http://forge.typo3.org/issues/43484
Updated by Bernhard Eckl over 11 years ago
Problem is not solved. Steps to reproduce it:
- Install Introduction Package (Version 4.7 because the Appvault does not offer 6.0 yet)
- Update Symlinks to new Version 6
- Empty whole database
- Let the Install Tool create the required tables
If I don’t delete all tables it works (instead only truncate pages, tt_content…), otherwise not. The provided patch does not work for this issue.
Updated by Oliver Hader over 11 years ago
- Project changed from 2269 to TYPO3 Core
Updated by Anja Leichsenring over 11 years ago
- Status changed from New to Resolved
Fixed with #45887.
Updated by Fedir RYKHTIK over 9 years ago
Had similar problem on a fresh Debian server with "Import Extensions", missing "php5-curl" package.
apt-get install php5-curl
Hope it helps somebody.
Updated by Benni Mack almost 6 years ago
- Status changed from Resolved to Closed