Meet the Team Page images disappear!

I have inserted at 50 images on this page...the images are at the right size. We have increased var size and done everything on this page. 

We upped to new PHP version, etc. I have not updated your version for 2-3 months. Could that be the problem? Because it saves my photos then they disappear.

If you are unable to save Muffin Builder items or Page options anymore, it means the problem ismax_input_vars variable on server side. By default, on many servers, the value of this variable is set to 1000. This is enough for users who do not build pages with large amount of content. But if you are planning to create larger pages, we recommend to increase this variable to 10000. This variable can be increased under .htaccess file with additonal line:

php_value max_input_vars 10000
There is also another solution you can try as it works in some cases as well. Under public_html/folder on FTP, create .user.ini file with below content:
max_input_vars = 10000;

Comments

Sign In or Register to comment.