Open pduersteler opened 3 weeks ago
@pduersteler I can reproduce this issue on TYPO3 13.4.0, but not on 13.4.x-dev. It seems to be related on #4208 and https://forge.typo3.org/issues/10554. But this issue is still not solved because the garbage collector is interrupted by the original cause of this.
Describe the bug When I want to delete a content element on a page, an exception is being thrown. This does not happen on every page or content element, but when it happens, the error is reproducable on that very element multiple times.
Hiding an element still works even though there is an exception. Deleting an element does not work. It may also affect the Solr backend modules when visiting them after an exception has been thrown.
To Reproduce I'm already sorry for the vague bug report, as I can't really provide a bullet-proof way of reproducing it.
Steps to (sometimes) reproduce the behavior:
Expected behavior The element is either disabled or deleted, based on the request.
Screenshots Not applicable
Used versions (please complete the following information):
Additional context While fetching the version information for this bug report, I found out that, as soon as the error appeared, every Solr backend module throws the same error. Before that, I was able to access the "index queue" module to clear the index in order to test if the index has a relevance in this.
The top error is:
further down the line, it appears to originate from the following lines (in order of appearance in the exception trace).
The trace obviously changes down the line in the cases of "backend module visit", "record disable", and "record delete", where the error might occur.