Actions
Task #49066
closedUpdate URL to the exception collection
Start date:
2013-06-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Sprint Focus:
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.
Actions