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

Fix use_rdct and long_link_mode cannot be NULL in Quickmail #1

Open
wants to merge 1 commit into
base: TYPO3_8_LTS
Choose a base branch
from

Conversation

christoph-bessei
Copy link

I couldn't use the Quickmail function in TYPO3 8.7, because "use_rdct" and "long_link_mode" where NULL during insert. Since ext_tables.sql doesn't allow NULL for this columns Doctrine throws an "ConstraintViolationException".

This patch sets use_rdct and long_link_mode to 0, if they are empty.

webian pushed a commit that referenced this pull request Aug 2, 2020
webian pushed a commit that referenced this pull request Aug 2, 2020
[BUGFIX] Do not use fetchAll when fetching for a single record
webian pushed a commit that referenced this pull request Aug 2, 2020
[TASK] Update composer dependencies
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

Successfully merging this pull request may close these issues.

1 participant