Skip to content
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

Composer and doctrine/dbal SQL Error #590

Closed
dennismetz opened this issue Sep 25, 2020 · 4 comments
Closed

Composer and doctrine/dbal SQL Error #590

dennismetz opened this issue Sep 25, 2020 · 4 comments

Comments

@dennismetz
Copy link

When i'm updating my TYPO3 instance via composer and it updated "doctrine/dbal" from 2.10.4 to 2.11.0 i'm getting the following error when i'm submitting a form:

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') AND ((tx_powermail_domain_model_field.marker = ?) AND (`tx_powermail_do...' at line 1

TYPO3 Version 10.4.8
PHP Version 7.4.7 (local machine, xampp)
PHP Version 7.2.x to 7.4.x on the DEV/Prod Server

@bh-teufels
Copy link

bh-teufels commented Sep 25, 2020

same Error on Typo3 9.5.21
PHP 7.3 and PHP 7.4
Powermail 7.4.0

maybe connected with doctrine/dbal#4295

@kralos
Copy link

kralos commented Sep 27, 2020

This doesn't sound related to doctrine/dbal#4295 to me

@derhansen
Copy link
Contributor

See https://forge.typo3.org/issues/92376

dbal/doctrine 2.11 seem to have some breaking changes. Temporary workaround is to add "doctrine/dbal": "^2.11" to composer conflicts. Pretty sure TYPO3 core will include a solution soon.

@einpraegsam
Copy link
Collaborator

Thx for clarification @derhansen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants