t3ext-extractor icon indicating copy to clipboard operation
t3ext-extractor copied to clipboard

Backend report not working

Open FiveFuenf opened this issue 1 year ago • 1 comments

TYPO3: 12.4.14 PHP: 8.3.4 MariaDB: 10.11

I am trying to check the Tika setup using the the backend report "Installed extraction services", however, it does not show up in the backend reports module. As far as I see, the report is simply not registered in a Services.yaml file, and the old $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['reports'] registration is not supported anymore.

If I however try to manually add the ServicesListReport to a new Services.yaml file, I end up with Fatal error: Declaration of Causal\Extractor\Report\ServicesListReport::getReport() must be compatible with TYPO3\CMS\Reports\ReportInterface::getReport(): string, as the proper return type is missing.

FiveFuenf avatar Apr 12 '24 08:04 FiveFuenf

How to reproduce:

See Backend module System > Reports (requires "typo3/cms-reports")

Further info: https://docs.typo3.org/c/typo3/cms-reports/main/en-us/CustomReports/Migration.html

xperseguers avatar May 30 '24 15:05 xperseguers