Saving issues on specific class after updating from 11.1 to 11.3.2 #17656
Replies: 3 comments 2 replies
-
Have you tried executing |
Beta Was this translation helpful? Give feedback.
-
It seems that you have versions in the database that do not exist on the filesystem anymore. Other, but less likely option, is that it could be permissions issue on the var/versions folder, you can also check if var/versions folder exists and has correct permissions. |
Beta Was this translation helpful? Give feedback.
-
@dennSted Try adding recursive permissions to the folder where your classes live, probably that's why it doesn't let you make changes to the file |
Beta Was this translation helpful? Give feedback.
-
Hello,
as in #17641 described, I receive error messages when trying to save a specific class (the main product class). Further classes like e.g. Colours, Categories can be saved without any issues. Further, the error appears also when trying to save specific elements inside a created object using this class.
I'm not sure if has something to do with migrations issues or anything else.
My error messages:
and inside the console:
Failed to load resource: the server responded with a status of 500 (Internal Server Error) - admin/class/save:1
xhr request to /admin/class/save failed - startup.js?_dc=15af3bbf97862be757d177e9d0954fb2dcabf4de
I use different fields elements:
Input, Label, Select, Image, Many-to-Many Object Relations, Multiselection, Many-to-one Relation, Localized fields, Objectbricks, Number and Table.
I hope anyone has an idea.
Beta Was this translation helpful? Give feedback.
All reactions