Bug #53853

Fatal error: Interface 't3lib_tceformsInlineHook' not found in ...

Added by Frans Saris over 1 year ago. Updated 8 months ago.

Status:Resolved Start date:2013-11-22
Priority:Must have Due date:
Assigned To:- % Done:

0%

Category:- Spent time: -
Target version:next-patchlevel
TYPO3 Version:6.2 Is Regression:No
PHP Version:5.4 Sprint Focus:
Complexity:

Description

With ext:news installed I get the following exception when I save a item in backend (any content item)

Fatal error: Interface 't3lib_tceformsInlineHook' not found in .../typo3conf/ext/news/Classes/Hooks/InlineElementHook.php on line 31

When I add the following line from LegacyClassesForIde.php to my ext_tables the interface fallback works.

interface t3lib_tceformsInlineHook extends \TYPO3\CMS\Backend\Form\Element\InlineElementHookInterface {}

I encountered this with ext:news but expect that more extensions that support the 4.* and 6.* branches will have this problem when implementing the old interfaces.


Related issues

related to Core - Bug #53855: Fatal error: Class 'Tx_Extbase_Utility_Extension' not fou... Closed 2013-11-22
related to Core - Bug #54004: Extension checker does not use the autoloader? Resolved 2013-11-27

History

#1 Updated by Markus Klein over 1 year ago

Looks like there's some php file not loaded?

#2 Updated by Frans Saris over 1 year ago

I think the autoloader doesn't work on these usecases.

#3 Updated by Wouter Wolters 8 months ago

  • Status changed from New to Needs Feedback

Hi,

does the problem still exists within newer versions of TYPO3 CMS (6.2.9)?

#4 Updated by Frans Saris 8 months ago

  • Status changed from Needs Feedback to Resolved

Didn't encounter the problem anymore for a long time. So I guess we already fixed it :)

Also available in: Atom PDF