Project

General

Profile

Actions

Bug #104737

open

Check for Broken Extensions shows "Loading ext_tables.php of extension "xyz" failed"

Added by Markus Ehrlich 3 months ago. Updated about 1 month ago.

Status:
Needs Feedback
Priority:
Should have
Category:
Install Tool
Start date:
2024-08-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
13
PHP Version:
8.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Calling GeneralUtility::makeInstance in the file `ext_tables.php` of a custom extension results in the installation tool displaying, that the file `ext_tables.php` cannot be loaded.

Nevertheless, the extension appears to be working normally.

Own DokTypes should be registered in `ext_tables.php` with the following call:

$dokTypeRegistry = GeneralUtility::makeInstance(PageDoktypeRegistry::class);

I couldn't see the behavior in v13.1 yet. I'm currently running v13.2.1.


Files

Actions

Also available in: Atom PDF