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

Incompatibility with payum/payum ^1.7 #13474

Closed
lruozzi9 opened this issue Jan 12, 2022 · 2 comments
Closed

Incompatibility with payum/payum ^1.7 #13474

lruozzi9 opened this issue Jan 12, 2022 · 2 comments

Comments

@lruozzi9
Copy link
Contributor

Sylius version affected: 1.10.y

Description
By using a payum/payum version greater than 1.7 (packages says that the latest version is 1.8 but in GH the latest is 1.7 🤔 ) there is an error with the doctrine schema mappings:

[ERROR] The database schema is not in sync with the current mapping file.

Launching the doctrine:schema:update --dump-sql you will get the query:

ALTER TABLE sylius_gateway_config CHANGE config config JSON NOT NULL;

Steps to reproduce
Installing Sylius with a version of payum/payum greater than 1.7.

Possible Solution
A first, immediately, solution could be to add a conflict with this version of payum/payum.

@lruozzi9
Copy link
Contributor Author

This is the incriminated commit! This change will lead to an error if you are using MySQL, don't know for other DBMS.

@lruozzi9
Copy link
Contributor Author

Already noticed here:#13214 (comment).

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

1 participant