Bug #40432
Task #40095: Move core to namespaces
Namespaces: compressionLevel results in Fatal Error
Status: | Resolved | Start date: | 2012-08-30 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | Steffen Gebert | % Done: | 100% |
|
Category: | Backend API | Spent time: | - | |
Target version: | 6.0.0-beta1 | |||
TYPO3 Version: | 6.0 | Is Regression: | ||
PHP Version: | Sprint Focus: | |||
Complexity: |
Description
If the setting TYPO3_CONF_VARS[FE][compressionLevel]
is enabled, a Fatal Error is thrown in Frontend:
PHP Fatal error: Class '\TYPO3\CMS\Frontend\Controller\TypoScriptFrontendControllercompression' not found in /var/www/vhosts/master/typo3_src/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 4151
Associated revisions
[BUGFIX] Namespaces: compressionLevel results in Fatal Error
index_ts.php tries to instantiate a class named
TypoScriptFrontendControllercompression, which does not exist.
Change-Id: Id7b4f01e3f671ee235d6ce2389b08623273d8785
Resolves: #40432
Related: #40095
Releases: 6.0
Reviewed-on: http://review.typo3.org/14221
Reviewed-by: Steffen Gebert
Tested-by: Steffen Gebert
History
#1 Updated by Gerrit Code Review almost 3 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/14221
#2 Updated by Steffen Gebert almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cbccccf9b41a52dc6c3ed8a0e8df69e3d9792c39.