Bug #87084
closed
Typo in InstallTool -> check for broken Extensions
Added by David Bruchmann almost 6 years ago.
Updated over 5 years ago.
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']
- 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?
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>'
- Status changed from Needs Feedback to Under Review
Patch 1 looks good!
No complaints ;-)
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF