Actions
Bug #38293
closedMissing class definitions in core autoloader
Start date:
2012-06-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Since the classes in typo3/ have been moved to the TYPO3 Core Autoloader as well and accordant require() calls removed, some parts of the TYPO3 Backend will show a PHP Fatal Error like "class not found". The reason is, that there are PHP files with multiple class definitions that have not been considered.
Examples:- Fatal error: Class 'browse_links' not found
Updated by Gerrit Code Review over 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12286
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12286
Updated by Oliver Hader over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 60eb6ff3b53331ebe2e879f9414fe67740da0c5b.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions