Bug #53855
Fatal error: Class 'Tx_Extbase_Utility_Extension' not found in ...typo3conf/ext/.../ext_localconf.php
Status: | Closed | Start date: | 2013-11-22 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | - | % Done: | 100% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.2 | Is Regression: | No | |
PHP Version: | 5.4 | Sprint Focus: | ||
Complexity: |
Description
When you got someting like
\Tx_Extbase_Utility_Extension::configurePlugin(...);
in your ext_localconf.php you get
Fatal error: Class 'Tx_Extbase_Utility_Extension' not found in .../typo3conf/ext/.../ext_localconf.php on line 6
after you clear all caches.
Looks like the fallback isn't loaded yet.
I looked in my PackageStates.php and the extension is below extbase.
Related issues
History
#1 Updated by Markus Klein over 1 year ago
I'm rather sure this is related to #53853.
#2 Updated by Frans Saris over 1 year ago
Here a backtrace of the exception
( ! ) Fatal error: Class 'Tx_Extbase_Utility_Extension' not found in /var/www/typo3/master/Web/typo3conf/ext/news/ext_localconf.php on line 11Call Stack
- Time Memory Function Location
1 0.0002 253832 {main}( ) ../ajax.php:0
2 0.0002 256520 require( '/var/www/typo3/master/current_master/typo3/init.php' ) ../ajax.php:56
3 0.0270 1980488 TYPO3\CMS\Core\Core\Bootstrap->loadTypo3LoadedExtAndExtLocalconf( ) ../init.php:62
4 0.0270 1980536 TYPO3\CMS\Core\Core\Bootstrap->loadAdditionalConfigurationFromExtensions( ) ../Bootstrap.php:331
5 0.0270 1980568 TYPO3\CMS\Core\Utility\ExtensionManagementUtility::loadExtLocalconf( ) ../Bootstrap.php:680
6 0.0270 1980856 TYPO3\CMS\Core\Utility\ExtensionManagementUtility::loadSingleExtLocalconfFiles( ) ../ExtensionManagementUtility.php:1420
7 0.0400 2574576 require( '/var/www/typo3/master/Web/typo3conf/ext/news/ext_localconf.php' ) ../ExtensionManagementUtility.php:1444
#3 Updated by Frans Saris over 1 year ago
Did some debugging but looks like the ClassAliasMap files aren't loaded.
#4 Updated by Frans Saris over 1 year ago
- % Done changed from 0 to 100
Is resolved in current master
#5 Updated by Markus Klein over 1 year ago
- Status changed from New to Closed