-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
Cannot add a tax rule #865
Comments
Cannot be reproduced on a fresh 2.0 installation |
@albertmueller @dpfaffenbauer I'm facing the exact same issue after a composer update (No coreshop update, only sub dependencies) but on with a different entity (payment): Version: 3.0.6
Now, the funny part: If I'm enabling the debug mode on stage/production, everything works fine. |
On Debug Mode, there is no Entity Metadata Cache. With, there is. I haven't found a proper solution yet, other than hotfixing ExtensionMetadataFactory |
... ok. Thanks for the hint, @dpfaffenbauer! |
currently it's not possible to add new tax rules, i got this error:
URL: /admin/coreshop/tax_rule_groups/save
Method: post
Message: An exception occurred while executing 'INSERT INTO coreshop_tax_rule (behavior, creationDate, modificationDate, taxRuleGroupId, taxRateId, countryId, stateId) VALUES (?, ?, ?, ?, ?, ?, ?)' with params [0, null, null, 5, 2, null, null]:
SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'creationDate' cannot be null
pimcore 5.6.3 - coreshop 2.0.4
The text was updated successfully, but these errors were encountered: