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
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change Ie818c9b791a421c9f85705a75bf50be4068fbdd7 has been pushed to the review server.
It is available at http://review.typo3.org/3265
Updated by Xavier Perseguers over 13 years ago
- Status changed from New to Resolved
- Assignee set to Xavier Perseguers
- % Done changed from 0 to 100
Change has been successfully cherry-picked as bc3783ca260555f13080737c1af526f9e495d09e.
Updated by Xavier Perseguers over 12 years ago
- Status changed from Resolved to Closed
Actions