Forum
Perch is not saving data
Hi,
I am clicking "Save" for a Shared Region in Perch and it does not come up with the familiar green "saved" writing.
If I create a new bunch of data, i.e. by using a Repeater, it will not save but when I selected Add Another, the data is still there in the web page.
If I then go and refresh the content in Perch, the data will still be present but it disappears when I click save again.
Would there be something on the server holding back a write, e.g. in PHP or might the interaction between the CMS and an older PHP version be the issue? Otherwise, the only thing I can think of is; maybe there is some kind of limit to the number of records allowed.
It seems I can delete and re-add a record but I cannot not add another one.
There are 125 entries in total, all multi-field items.
You are going to need to give us some more information if you would like us to help, although that sounds more like an issue with your internet connection than with Perch.
Any support request should include your Diagnostics Report and the template on which you are seeing an issue.
Just a guess, but might it be because id="date" as well as type="date" ?
and your Diagnostics Report?
PHP does have a limit on the number of fields in a form. Are you editing the region with all items on one page? If so, try switching to editing items individually.
Hi Drew,
Unfortunately it seems I don't have that option since I am using repeaters rather than multiple items.
Thanks for the heads up.
It sounds like you could be pushing what repeaters are designed for. Check out the
max_input_vars
configuration option in PHP - you could be hitting that limit.