Bug #56909
Tx_Extbase_Utility_Extension not found in 6.2.0-beta6
Status: | Closed | Start date: | 2014-03-14 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | Extbase | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.2 | Is Regression: | No | |
PHP Version: | Sprint Focus: | |||
Complexity: |
Description
Hi all
I get the following error when trying to install the Arcavias extension in a fresh TYPO3 6.2.0-beta6 installation:
PHP Fatal error: Class 'Tx_Extbase_Utility_Extension' not found in .../arcavias/ext_localconf.php
The problem seems to be that the class aliases in typo3/sysext/extbase/Migrations/Code/ClassAliasMap.php for translating Tx_Extbase_Utility_Extension into TYPO3\\CMS\\Extbase\\Utility\\ExtensionUtility are not available when trying to install an extension in the extension manager.
Best regards,
Norbert
Related issues
History
#1 Updated by Norbert Sendetzky over 1 year ago
- Project changed from Extbase MVC Framework to Core
- Category changed from Extbase to Extbase
#2 Updated by Tomita Militaru over 1 year ago
Did you try to add in LocalConfiguration in the array extListArray the extension extbase & fluid?
#3 Updated by Wouter Wolters over 1 year ago
- Status changed from New to Needs Feedback
- Target version deleted (
6.2.0) - Is Regression set to No
- TYPO3 Version set to 6.2
This is a known bug. You can test with http://forge.typo3.org/issues/54906
Make sure after applying the patch to clear typo3temp/Cache
#4 Updated by Norbert Sendetzky over 1 year ago
Problem is fixed in 6.2.0rc1
#5 Updated by Helmut Hummel about 1 year ago
- Status changed from Needs Feedback to Closed
Thanks for the feedback. Will close this now.