Project

General

Profile

Actions

Bug #87084

closed

Typo in InstallTool -> check for broken Extensions

Added by David Bruchmann over 5 years ago. Updated almost 5 years ago.

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']

Actions #1

Updated by Georg Ringer over 5 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?

Actions #2

Updated by David Bruchmann over 5 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>'
Actions #3

Updated by Gerrit Code Review over 5 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

Actions #4

Updated by David Bruchmann over 5 years ago

Patch 1 looks good!
No complaints ;-)

Actions #5

Updated by Georg Ringer over 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF