Project

General

Profile

Actions

Bug #97773

closed

URGENT: After Update from 10.4.28 to 10.4.30 - ERROR 500: ImportExportFilter

Added by Mansoor Ahmad almost 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-06-15
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
10.4.30
Complexity:
Is Regression:
Sprint Focus:

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.

Actions #1

Updated by Michael Kasten almost 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

Actions #2

Updated by Mansoor Ahmad almost 2 years ago

Super Vielen Dank für den Tipp. Nun funktioniert es. Ticket kann geschlossen werden.

Actions #3

Updated by Oliver Hader almost 2 years ago

  • Status changed from New to Closed

Thanks for your feedback, closing ticket as requested.

Actions

Also available in: Atom PDF