Bug #88228
closedException on using reports module if extension additional_reports was using before updating
100%
Description
I'm updating TYPO3 from 8.7 to 9.5. In 8.7 I used the reports module with installed additional_reports extension to showing list of used plugins and so on.
On 9.5 I doesn't have the additional_reports extension in the system. Now if I try to open the reports module an exception is showing and in the log is a new entry:
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1288965219: $className must be a non empty string. | InvalidArgumentException thrown in file /app/web/typo3/sysext/core/Classes/Utility/GeneralUtility.php in line 3640. Requested URL: https://www.mydomain.de.lan/typo3/index.php?route=%%2Fsystem%%2Freports%%2F&token=--AnonymizedToken--&action=detail&extension=additional_reports&report=plugins&redirect=1
I must clear my temporary user data in backend settings to get the reports module working again.
In my opinion is that an generally problem with old entrys they should be removed if the extension is no longer installed and a default value should be used for that. Not just for the additional_reports modules.
Updated by Karsten Nowak (undkonsorten) over 5 years ago
- Description updated (diff)
Updated by Frank Nägler about 5 years ago
- Category set to Reports
- Status changed from New to In Progress
- Assignee set to Frank Nägler
Updated by Gerrit Code Review about 5 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61958
Updated by Gerrit Code Review about 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61931
Updated by Frank Nägler about 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ab6707aef38c796869a83c7e23db5ec3e17d120a.