Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
Hello, I'm new to CouchCMS. For some reason, when we make changes and hit save, they don't show up on the front end. This happens on multiple pages. Here's an example of one page (see the screenshot of the backend). Red arrows are links we've added, but they aren't showing up here https://eatingdisorderscoalition.org/inner_template/our_work/letters-sign-ons.html

Image

We are running version 2.2.1.

I'm not sure if this is relevant, but when logged in it says Not Secure in the upper left of the browser window. But the padlock is there when not logged in.

Thanks! Pat
Hi,

So I take it that this issue crops up only on certain pages.
I had a look at the one you linked to and (correct me if I am wrong) I presume you are using several repeatable-regions to populate that page, right?

One problem we could run into while inputting a large number of rows in repeatable-regions is that it exceeds the upper limit of the number of inputs allowed to be posted by PHP (1000 being the default); please see viewtopic.php?f=4&t=11073#p28707. I suspect that is what is happening in your case too.

To try and rectify the issue, you'll need to tweak the two settings mentioned in the post above in your php.ini.
Reasonable values could be as follows -
Code: Select all
; How many GET/POST/COOKIE input variables may be accepted
max_input_vars = 5000

; Maximum amount of memory a script may consume (128MB)
; http://php.net/memory-limit
memory_limit = 256M

Take a look at the output of phpinfo(); to make sure the new values are being reflected.

Hope this helps. Do let me know.

Thanks for your reply!

I figured it out. They were using the wrong URL. :shock:

They were logging in with this URL http://eatingdisorderscoalition.org.s208556.gridserver.com/couch instead of the correct URL https://eatingdisorderscoalition.org/couch
Thanks for letting me know.
I am glad the issue is sorted :)
4 posts Page 1 of 1
cron