Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backend report not working #84

Open
FiveFuenf opened this issue Apr 12, 2024 · 1 comment
Open

Backend report not working #84

FiveFuenf opened this issue Apr 12, 2024 · 1 comment

Comments

@FiveFuenf
Copy link

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.

@xperseguers
Copy link
Owner

xperseguers commented May 30, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants