Bug #97773
closedURGENT: After Update from 10.4.28 to 10.4.30 - ERROR 500: ImportExportFilter
0%
Description
Hi T3 Community,
Today after update of some Projects from 10.4.28 to 10.4.30 we got this error and websites goes down.
All cache cleared.
Expected to find class “TYPO3\CMS\Core\Resource\Filter\ImportExportFilter” in file “/var/www/clients/client2/web2/web/releases/606/public/typo3/sysext/core/Classes/Resource/Filter/ImportExportFilter.php” while importing services from resource “../Classes/*“, but it was not found! Check the namespace prefix used with the resource.
Updated by Michael Kasten over 2 years ago
Same Problem here, but with version 11.5.11 i guess the the opcache was not cleared, solution for me was resetting the opcaching manualy, maybe it will help you too:
File: reset.php
<?php
opcache_reset();
?>
Call this file via browser: http://yourdomain.de/reset.php
Updated by Mansoor Ahmad over 2 years ago
Super Vielen Dank für den Tipp. Nun funktioniert es. Ticket kann geschlossen werden.
Updated by Oliver Hader over 2 years ago
- Status changed from New to Closed
Thanks for your feedback, closing ticket as requested.