-
Notifications
You must be signed in to change notification settings - Fork 645
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
3.2.0 Error when draft auto saving - can't save any edits #4515
Comments
Try clearing out your |
Getting what I assume to be a similar/same error:
|
@khalwat can you send your |
We’ve fixed a couple entry/draft-saving bugs for the next release. Unrelated to the error @khalwat is getting, but might help you, @amperand, and others. To get the fixes early, change your "require": {
"craftcms/cms": "dev-develop#43d22b4403fb555e1d8db3efc4b9978071b1deb5 as 3.2.0",
"...": "..."
} Then run |
Just fixed @khalwat’s issue, which occurred when editing an entry that had enough revisions to reach the To get the fix early, change your "require": {
"craftcms/cms": "dev-develop#179745dff7716446d768b0eaec0152b4c8b1f3d0 as 3.2.1",
"...": "..."
} Then run |
Hi @brandonkelly , Log Attached:
|
@DavidKabelitz The bugfix came in Craft 3.2.2, and in the same version we also removed the foreign key that is referenced in your error log. Sooo that means you must be on a prior version than 3.2.2. |
@brandonkelly no we are running on 3.3.15... Thats the setup: PHP version | 7.2.24 |
In that case, this migration must not have run successfully. Check your Do you remember ever getting any update errors? |
no its not there, just at the elements table is a revisionId field. Yes migration was a a bit tricky after big version jump. In that time we were already in loop with you guys. |
ok it's fixed. It was caused by an option field with new values. A bit strange... |
Sorry, I was accidentally looking at the error log in #4515 (comment) rather than the one you just posted. The one you posted doesn’t have anything revealing; it’s just a 404 error for |
Description
I'm unable to save updates as the auto draft save feature is throwing an error. The update entry button remains grayed out.
Console.log shows POST index.php?p=admin%2Factions%2F/entry-revisions/save-draft 500 (jquery.js:9827)
Steps to reproduce
Additional info
Control Panel CSS | 2.2.0
Feed Me 4.1.1
Minify 1.2.9
Neo 2.3.5
Redactor 2.3.3.2
Relabel 1.3.2
SEO 3.5.4
Video Embedder 1.1.3
The text was updated successfully, but these errors were encountered: