Project

General

Profile

Actions

Task #49066

closed

Update URL to the exception collection

Added by Chris topher almost 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
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() sets
define('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 to
define('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

Also available in: Atom PDF