Actions
Bug #85669
closedMissing Doctrine\Common package
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
composer
Target version:
-
Start date:
2018-07-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I have installed Typo3 9.3.2 with composer, suggested here:
https://docs.typo3.org/typo3cms/InstallationGuide/QuickInstall/Composer/Index.html
Always fine, but in the Backend try to edit a page propertie causes this error:
Oops, an error occurred!
Class 'Doctrine\Common\Collections\Expr\Comparison' not found
I have added "doctrine/Common: ^2.9" to the composer.json require section, after a composer update it works.
Actions