Skip to content

Commit 893827f

Browse files
Drop old sqlDebug configuration option (#6262)
Remove $GLOBALS['TYPO3_CONF_VARS']['SYS']['sqlDebug'] = '0'; cause it is removed since TYPO3 v9. See https://docs.typo3.org/permalink/changelog:breaking-82421 Co-authored-by: Pierre <pg@next-motion.de>
1 parent bdaa9e6 commit 893827f

File tree

1 file changed

+0
-1
lines changed
  • Documentation/Administration/SystemSettings/ProductionSettings

1 file changed

+0
-1
lines changed

Documentation/Administration/SystemSettings/ProductionSettings/Index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ To ensure a secure installation of TYPO3 on a production server, the following s
1818
:caption: config/system/additional.php | typo3conf/system/additional.php
1919
2020
$GLOBALS['TYPO3_CONF_VARS']['SYS']['displayErrors'] = '0';
21-
$GLOBALS['TYPO3_CONF_VARS']['SYS']['sqlDebug'] = '0';
2221
$GLOBALS['TYPO3_CONF_VARS']['FE']['debug'] = '0';
2322
$GLOBALS['TYPO3_CONF_VARS']['BE']['debug'] = '0';
2423

0 commit comments

Comments
 (0)