Task #81205
closedImprove error on link handler without class
100%
Description
If a linkhandler is missing its handler
in TCEMAIN.linkHandler
, a generic exception is thrown by GeneralUtility::makeInstance
which does not provide enough context to understand the error. This should be caught before trying to instantiate the missing handler class to simplify debugging.
Updated by Gerrit Code Review over 7 years ago
- Status changed from New 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/52787
Updated by Gerrit Code Review over 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52792
Updated by Gerrit Code Review over 7 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52793
Updated by Mathias Brodala over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 50 to 100
Applied in changeset 7f2c95739c12429b1d9dd5965c0a9f704c406576.