Task #49066
closedUpdate URL to the exception collection
100%
Description
In typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php, function defineBaseConstants()
setsdefine('TYPO3_URL_EXCEPTION', 'http://typo3.org/go/exception/v4/');
This URL seems to redirect to pages, which are only valid for version 4 ("/v4/"), but that is not the case. The exception messages in newer versions basically are the same. Update it todefine('TYPO3_URL_EXCEPTION', 'http://typo3.org/go/exception/CMS/');
The redirect on typo3.org has already been updated to handle the new URLs as well; example.
Updated by Markus Klein over 11 years ago
Hi!
Do you think this should be only for 6.2 or for all 6.x versions?
Updated by Chris topher over 11 years ago
Hi Markus,
it would make sense for all 6.x versions. The redirect would even work, if a TYPO3 version 4.x used it, but I don't think that's needed. So just for the 6.x versions is enough.
Updated by Gerrit Code Review over 11 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 https://review.typo3.org/21586
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/21587
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/21588
Updated by Piotr Molewski over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ee255bd0d3bc4d403c5adc73bf0a018abb034761.