Project

General

Profile

Actions

Task #82721

closed

Improve documentation of new deprecation strategy

Added by Georg Ringer over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Install Tool
Target version:
Start date:
2017-10-10
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:

Description

Since #82438 deprecations trigger an exception. People are used to the deprecation log which doesn't lead to a failing instance. The rst and docs must be improved to have examples for:

  • How to disable deprecations showing up
  • How to log those into files

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #82438: Use native trigger_error and ErrorHandler for deprecationsClosedBenni Mack2017-09-10

Actions
Actions #1

Updated by Georg Ringer over 6 years ago

  • Related to Task #82438: Use native trigger_error and ErrorHandler for deprecations added
Actions #2

Updated by Markus Klein over 6 years ago

Maybe the setting

'exceptionalErrors' => E_ALL & ~(E_STRICT | E_NOTICE | E_COMPILE_WARNING | E_COMPILE_ERROR | E_CORE_WARNING | E_CORE_ERROR | E_PARSE | E_ERROR | E_DEPRECATED | E_USER_DEPRECATED | E_WARNING | E_USER_ERROR | E_USER_NOTICE | E_USER_WARNING)

should be adjusted and the E_DEPRECATED removed.

Actions #3

Updated by Susanne Moog over 6 years ago

  • Category set to Documentation

Removing the setting 'exceptionalErrors' from LocalConfiguration (and fallback to default value) fixes the problem with the failing instance because of deprecations.

Actions #4

Updated by Markus Klein over 6 years ago

  • Category changed from Documentation to Install Tool
  • Status changed from New to Accepted
  • Complexity set to easy

IMO this is no documentation issue, but default configuration must be adjusted as well as presets.

Actions #5

Updated by Gerrit Code Review over 6 years ago

  • Status changed from Accepted 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/54467

Actions #6

Updated by Markus Klein over 6 years ago

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

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF