You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On executing upgrade wizards in TYPO3 12 I have en exception if RD\\ErrorLog\\Handler\\ProductionExceptionHandler, RD\\ErrorLog\\Handler\\DebugExceptionHandler and RD\\ErrorLog\\Handler\\ErrorHandler is used.
I'm executing upgrade wizards in command line with vendor/bin/typo3 upgrade:run --no-interaction.
First wizard "Running Wizard "Migrate backend users' selected UI languages to new format." fails with the following error:
Uncaught TYPO3 Exception Symfony\Component\ExpressionLanguage\ExpressionLanguage::parse(): Return value must be of type Symfony\Component\ExpressionLanguage\ParsedExpression, __PHP_Incomplete_Class returned
thrown in file /app/vendor/symfony/expression-language/ExpressionLanguage.php
in line 90
If I remove the RD classes in my settings.php everything works fine.
Sorry, I haven't a Stack Trace. Just those exception If I execute vendor/bin/typo3 upgrade:run in command line.
If I excute that upgrade wizard in backend, everything is working. No error, upgrdae wizard returns succes for this step.
Ah, if I switch to "Production" context and activate debugging, then I have a StackTrace in backend on excuting those wizard step. rd-error-log_stacktrace.txt
On executing upgrade wizards in TYPO3 12 I have en exception if
RD\\ErrorLog\\Handler\\ProductionExceptionHandler
,RD\\ErrorLog\\Handler\\DebugExceptionHandler
andRD\\ErrorLog\\Handler\\ErrorHandler
is used.I'm executing upgrade wizards in command line with
vendor/bin/typo3 upgrade:run --no-interaction
.First wizard "Running Wizard "Migrate backend users' selected UI languages to new format." fails with the following error:
If I remove the RD classes in my settings.php everything works fine.
PHP 8.2
TYPO3 v12.4.20
symfony/expression-language v7.1.4
The text was updated successfully, but these errors were encountered: