The current site is in template mode. Please save it to modi

Why im getting this message i my database when im trying to change titles if i’ve already saved the site>
Thanks

Try refreshing the site and try again.
We have a known bug there…

Thanks , thats worked out, but now if facing other an error when tyring to submit data - " save operation failed: DatasetError: Some of the elements validation failed "

Hay Yael,

While the message is not very informative, it does tell us that the problem is that some of the inputs do not pass validation. It may be that some are set as required and have no value, or that some are marked with a regex or a specific input type and the value does not conform to the requirements.

As you loop via the fields, does any field turn red?

I just had this issue as well and there was indeed a required field I missed