Actions
Bug #92349
closedBookmarks to unavailable modules cause fatal error in Backend
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2020-09-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If an extension gets uninstalled, which had its own module in the backend all bookmarks to that modules are broken and throw fatal errors so the editors can't use the backend anymore.
Steps to reproduce:- Install some extension with a custom backend module, that allows bookmarking (i.e. georgringer/news)
- Create a new Record through this bookmark and save it
- Open the Record again (from the extensions BE Module) and bookmark the record
- Uninstall extension
- Reload Backend
Now you get an error, because the module could not be found for the Bookmark and therefore the URI could not be resolved.
I also attached a screenshot of the error.
I observed the error in Version 9 and 10, but I would guess it is probably older.
Files
Updated by Andreas Kienast over 2 years ago
- Status changed from New to Closed
Thank you for your report. This issue is solved in v11 and v12.
Kind regards
Andreas
Actions