Actions
Bug #51056
closedFatal error: Class TBE_FolderTree not found
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2013-08-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
I have a problem with Typo3 Version 6.1.0 - 6.1.3. If i try to open the filbrowser - for example to add an image to the image module - i get the following error message
Fatal error: Class '\TBE_FolderTree' not found in typo3_src-6.1.1/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 4099
Updated by Philipp Gampe over 11 years ago
- Status changed from New to Accepted
- TYPO3 Version changed from 6.1 to 6.0
- Complexity set to no-brainer
At least the class alias mapping is missing.
Additionally, this has been one of the problem spots, because this class was inside a file with many classes.
Someone needs to locate the code and add the class alias mapping or the class needs to be reintroduced (as it has not been deprecated AFAIKS).
Updated by Mathias Schreiber almost 10 years ago
- Status changed from Accepted to Closed
- Is Regression set to No
fixed
Actions