Bug #38076
closedFatal error: Class 't3lib_div' not found in GridData.php
0%
Description
If I open Workspaces in TYPO34.7.1 BE an ExtDirect - Exception Tab opens with this Exception:
Fatal error: Class 't3lib_div' not found in htdocs/typo3_src-4.7.1/typo3/sysext/workspaces/Classes/Service/GridData.php on line 199
Strange thing is that in line 199 is no t3lib_div call.
197> $this->emitSignal(
198> self::SIGNAL_GenerateDataArray_BeforeCaching,
199> &$this->dataArray, $versions
200> );
Any ideas on how to fix this? I get this exception on multiple 4.7.1 installations.
Regards
Heiko
Updated by Sascha Egerer over 11 years ago
Cannot reproduce this issue. Does it still exist?
Updated by Michael Stucki about 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
Updated by Frederic Gaus about 10 years ago
- Is Regression set to No
I can not reproduce this but either. Further this could not occur in 6.2 and current master as there is no t3lib_div anymore and GeneralUtility is autoloaded and available in the class. As 4.7 is out of maintenance anyway, I think this bug can be closed. If you think this issue still exists please report a new issue with more information (e.g. APC enabled or not etc). Thanks!
Updated by Frederic Gaus about 10 years ago
- Status changed from New to Closed
- Priority changed from Should have to Won't have this time