Actions
Bug #33497
closedImpossible to load t3lib_http_Reqest in frontend
Start date:
2012-01-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
This happens because the include path is only changed for BE:
See commit
Actually this line must be moved to some file which is called always.
Any suggestion?
I suggest to move this to t3lib/config_default.php (at the very beginning) as this file loaded every time.
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10404
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/10473
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/10474
Updated by Philipp Gampe over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 32017dcdf6528520aa6d30341826b233121955f4.
Actions