-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Type error during the translation process into another language #2196
Comments
I have this problem when copying&pasting a page in TYPO3 v11.5.41 on PHP 8.3.15 and flux 10.1.0. Fuller stracktrace here:
|
The following blog post helps: https://blog.wappler.systems/typo3-error-cannot-access-offset-of-type-string-on-string-at-querybuilder-update-command/
Replacing |
When copying a page in TYPO3 v11.5.41, PHP 8.3.15 and flux 10.1.0 an exception occurs: > (1/1) TypeError > Cannot access offset of type string on string > in typo3/sysext/core/Classes/Database/Query/QueryBuilder.php line 1368 Thanks to the following blog post for the solution: https://blog.wappler.systems/typo3-error-cannot-access-offset-of-type-string-on-string-at-querybuilder-update-command/ Resolves: FluidTYPO3#2196
I have checked that the bug exists in the
dev-development
branchYes
I have checked that there are no already open issues or recently closed issues about this bug
yes
Describe the bug
When translating the content elements within a flux grid, the error ‘TypeError: Cannot access offset of type string on string’ occurs. The translation process then hangs.
To Reproduce
Steps to reproduce the behavior:
Translate a flux grid with elements
Expected behavior
The cause is DoctrineQueryProxy::executeQueryOnQueryBuilder instead of executeStatementOnQueryBuilder in
flux/Classes/Integration/HookSubscribers/DataHandlerSubscriber.php
Line 166 in a167840
The text was updated successfully, but these errors were encountered: