Actions
Bug #61494
closedLegacyClassesForIde not loaded?
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-09-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
calling the class t3lib_arrayBrowser (by realUrl) I get the error
Fatal error: Class 't3lib_arrayBrowser' not found in /var/www/typo3_src-6.2.4/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 4364
I think the class still should be loaded by the script LegacyClassesForIde.php where it's written
/** * @deprecated since 6.0 will be removed in 7.0 */ class t3lib_arrayBrowser extends \TYPO3\CMS\Lowlevel\Utility\ArrayBrowser {}
In this case the class is called by the realUrl-Info-modul, that's the way how to reproduce.
related to #61493
Actions