Actions
Bug #28099
closedFatal error if setDBinit not set in localconf.php
Start date:
2011-07-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
After the t3lib_div refactoring done in #28026 a fatal error is thrown, because the class "t3lib_utility_VersionNumber" does not exist. This happens if $TYPO3_CONF_VARS['BE']['forceCharset'] or $TYPO3_CONF_VARS['SYS']['setDBinit'] are not set in localconf.php
Solution:
Initialize autoloader earlier in the bootstrap
Actions