Bug #36976
PHP warning when a language pack does not exist
100%
Description
Problem found in TYPO3 4.7. When retrieving language packs, I get lots of error messages shown as flash messages:
This is related to a developer configuration to show all problems that transforms PHP warning (that should be removed anyway) into fatal exceptions:
$TYPO3_CONF_VARS['SYS']['displayErrors'] = '1'; $TYPO3_CONF_VARS['SYS']['devIPmask'] = '*'; $TYPO3_CONF_VARS['SYS']['errorHandler'] = 't3lib_error_ErrorHandler'; $TYPO3_CONF_VARS['SYS']['errorHandlerErrors'] = E_ALL ^ E_NOTICE; $TYPO3_CONF_VARS['SYS']['exceptionalErrors'] = 30711; $TYPO3_CONF_VARS['SYS']['debugExceptionHandler'] = 't3lib_error_DebugExceptionHandler'; $TYPO3_CONF_VARS['SYS']['productionExceptionHandler'] = 't3lib_error_DebugExceptionHandler'; $TYPO3_CONF_VARS['SYS']['systemLogLevel'] = '0'; $TYPO3_CONF_VARS['SYS']['systemLog'] = 'error_log'; $TYPO3_CONF_VARS['SYS']['enable_errorDLOG'] = '1'; $TYPO3_CONF_VARS['SYS']['enable_exceptionDLOG'] = '1'; $TYPO3_CONF_VARS['SYS']['enableDeprecationLog'] = 'console';
Files
Related issues
Updated by Gerrit Code Review almost 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11093
Updated by Jochen Weiland almost 9 years ago
The problem also exists in 4.5.15 (but not in 4.5.14 and below). When displayErrors is set to 1, then updating language packs for extensions fails.
Temporary workaround: set displayErrors to 0
Updated by Oliver Hader almost 9 years ago
I can reproduce, the issue was introduced as side-effect of #35847
Updated by Gerrit Code Review almost 9 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11093
Updated by Gerrit Code Review almost 9 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11093
Updated by Gerrit Code Review almost 9 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/11354
Updated by Gerrit Code Review almost 9 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/11355
Updated by Gerrit Code Review almost 9 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/11356
Updated by Xavier Perseguers almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 62d2b651a56e60b5fca2f2fe5c0ab8cfdb65dfb0.
Updated by Gerrit Code Review over 8 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/13144
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/13260
Updated by Alexander Opitz over 7 years ago
- Status changed from Under Review to Closed
The gerrit code review messages after closing are false. So closing again.