Project

General

Profile

Actions

Bug #38076

closed

Fatal error: Class 't3lib_div' not found in GridData.php

Added by Heiko Kromm almost 12 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Won't have this time
Assignee:
-
Category:
Workspaces
Target version:
Start date:
2012-06-15
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

Actions #1

Updated by Sascha Egerer almost 11 years ago

Cannot reproduce this issue. Does it still exist?

Actions #2

Updated by Michael Stucki over 10 years ago

  • Category set to Workspaces
Actions #3

Updated by Michael Stucki over 10 years ago

  • Project changed from 624 to TYPO3 Core
  • Category changed from Workspaces to Workspaces
Actions #4

Updated by Mathias Schreiber over 9 years ago

  • Target version set to 7.5
Actions #5

Updated by Frederic Gaus over 9 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!

Actions #6

Updated by Frederic Gaus over 9 years ago

  • Status changed from New to Closed
  • Priority changed from Should have to Won't have this time
Actions

Also available in: Atom PDF