ClipboardService::hasItems() causes fatal error
Opened this issue · 0 comments
brittakohorst commented
Since an Update of the TYPO3 to 9.5.18 it is no longer possible to copy ressources in the media-modul. After an item has been saved to the clipboard the media modul will show a blank screen.
The cause seems to be an incompletely loaded object in vidi.
Thus is the error-message:
PHP Fatal error: Fab\Vidi\Service\ClipboardService::hasItems():
The script tried to execute a method or access a property of an incomplete object.
Please ensure that the class definition "Fab\Vidi\Persistence\Matcher" of the object
you are trying to operate on was loaded before unserialize() gets called or provide an autoloader
to load the class definition in /app/WWW/typo3conf/ext/vidi/Classes/Service/ClipboardService.php on line 45