Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi, I have a post using Page Builder with 150 widgets, but only save 110
It’s a limit?
Hi Fernando
There isn’t any hard limit in place, but it’s possible there’s some soft of limit coming in because of post size or memory limits. I have created and tested pages with a few hundred widgets and I’ve never run into problems, but it could depend on the widgets you’re using.
What widgets are you inserting in your page?
Thanks Greg, I am using a plugin created for me to make fields on a form. I have increased the size in my php.ini for:
serialize_precision = 1000
upload_max_filesize = 99M
memory_limit = 999M
max_execution_time = 1000
max_file_uploads = 999
post_max_size = 35M
But I continue with the problem. Can you think of something extra to solve it?
Any solutions?
This is my setup.
memory_limit = 99999M
max_execution_time = 3000
max_file_uploads = 999
post_max_size = 9999m
Still does not work. I see that in the “postmeta” table are the serialized data … when I edit directly into the database, it is stored without problems … so it must be something on the server.
I’m on localhost, and when I try to add a widget, not updated … actually I have about 139 widgets and does not allow me to add more
I have 1.5.3 version
The limit of widgets Page Builder supports me … are 139.
Try putting 300 widgets to see if it works.
I’ve already solved !. Simply add: max_input_vars = 2500 and increase its value to 2500 or more. This directive defines the number of variables that can be accepted via $ _POST, $ _GET and $ _COOKIE.
Thanks for you time! :)
In php.ini