Project

General

Profile

Actions

Bug #95969

closed

Exception\InvalidArgumentException after update from 10.4.20 to 10.4.21

Added by Robert Griebel about 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-11-12
Due date:
% Done:

0%

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

Description

After updating from 10.4.20 to 10.4.21 using the install tool, I got the following error:

(1/1) Symfony\Component\DependencyInjection\Exception\InvalidArgumentException

Expected to find class "VendorName\ExtensionName\DataProcessing\CsvFileProcessor" in file "/var/www/path/public/typo3conf/ext/my_extension/Classes/DataProcessing/CsvFileProcessor.php" while importing services from resource "../Classes/*", but it was not found! Check the namespace prefix used with the resource.

OS: Ubuntu 20.04.3 LTS / Debian 8
PHP-Version: 7.4.3

This issue occurred on two different servers.

I've tried different solutions suggested in other reports with similar issues (Bug #93134 and Bug #93169).

  • dropping typo3temp/var/cache/code
  • calling opcache_reset(); manually
  • deleting the old sources

Unfortunaly nothing worked.

I tried to revert the update by manually setting the symlinks to the old source but the error persisted.


Files

stacktrace.txt (6.1 KB) stacktrace.txt Robert Griebel, 2021-11-12 15:12
typo3-update-10.4.21-error-stacktrace.txt (6.14 KB) typo3-update-10.4.21-error-stacktrace.txt Robert Griebel, 2021-11-16 19:20
Actions

Also available in: Atom PDF