Bug #54117
closedTyposcript Editor broken after update to 6.1.6
100%
Description
Some days ago I updated my installations from 6.1.5 to 6.1.6.
Now I discovered I get php errors in at least two installations:
- Module web_template => Info/Edit => (Edit)Setup
- Extension t3editor not installed
- Typoscript is stored in files, included
When saving, changes, I get following error:
Fatal error: Class 'TYPO3\CMS\Core\TypoScript\Parser\GeneralUtility' not found in xxxxx/typo3_src-6.1.6/typo3/sysext/core/Classes/TypoScript/Parser/TypoScriptParser.php on line 895
Before update there was no error.
Setup of both installations:
TYPO3: 6.1.6
PHP: 5.4.19/fastCGI
OS: CentOS 6.4
Updated by Georg Ringer almost 11 years ago
- Complexity set to no-brainer
- Is Regression changed from No to Yes
problem is there cause of
if (!GeneralUtility::verifyFilenameAgainstDenyPattern($realFileName)) {
but must be \TYPO3\CMS\Core\Utility\GeneralUtility
Updated by Gerrit Code Review almost 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25829
Updated by Gerrit Code Review almost 11 years ago
Patch set 2 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25829
Updated by Gerrit Code Review almost 11 years ago
Patch set 1 for branch TYPO3_6-0 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25834
Updated by André Spindler almost 11 years ago
Thank you for quick fix.
Patch works for 6.1, other versions not tested.
Updated by Stefan Neufeind almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5bf7430c3fe5ef94863a5170af360963bec6af1b.