Actions
Bug #53853
closedFatal error: Interface 't3lib_tceformsInlineHook' not found in ...
Start date:
2013-11-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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.
Updated by Markus Klein almost 11 years ago
Looks like there's some php file not loaded?
Updated by Frans Saris almost 11 years ago
I think the autoloader doesn't work on these usecases.
Updated by Wouter Wolters almost 10 years ago
- Status changed from New to Needs Feedback
Hi,
does the problem still exists within newer versions of TYPO3 CMS (6.2.9)?
Updated by Frans Saris almost 10 years 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 :)
Actions