Actions
Bug #87084
closedTypo in InstallTool -> check for broken Extensions
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-12-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There is a hint shown (not always):
... it may also help to manually increase debugging output in typo3conf/LocalConfiguration.php:['BE']['debug'] => true, ['SYS']['devIPmask'] => '*', ['SYS']['displayErrors'] => 1,['SYS]['systemLogLevel'] => 0, ['SYS']['exceptionalErrors'] => 12290
There is one single quote missing in
['SYS]['systemLogLevel']
Updated by Georg Ringer almost 6 years ago
- Status changed from New to Needs Feedback
- Priority changed from Should have to Could have
searching in current master for 'SYS]
I am finding only 2 results, both in rests of 7.4.
can you check your local sources if you find the typos?
Updated by David Bruchmann almost 6 years ago
Sure, here are my findings:
$ grep -r "'SYS\]" ./ ./typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68178-DropFormEnctype.rst:Breaking: #68178 - Drop $GLOBALS['TYPO3_CONF_VARS']['SYS]['form_enctype'] ./typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68178-DropFormEnctype.rst:Setting `$GLOBALS['TYPO3_CONF_VARS']['SYS]['form_enctype']` has been dropped without replacement. $ grep -rn "'SYS\\\]" ./ ./typo3/sysext/install/Resources/Public/JavaScript/Modules/Router.js:244: + '[\'SYS\][\'systemLogLevel\'] => 0
,[\'SYS\'][\'exceptionalErrors\'] => 12290
</p>'
Updated by Gerrit Code Review almost 6 years ago
- Status changed from Needs Feedback to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59045
Updated by David Bruchmann almost 6 years ago
Patch 1 looks good!
No complaints ;-)
Updated by Georg Ringer almost 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7a1b9b61ca8153c7e2b8e352619236a2101b67ec.
Actions