Tagged: number of elements, page update
Dear Kriesis,
I am creating a page with a large number of elements. Once a certain number is reached, I can no longer save the page. I am redirected to “Page not found.” Other pages with fewer elements are not affected. The website with this particular page is part of a WordPress multisite.
The server settings are:
max_input_vars = 10000
upload_max_filesize = 100M
memory_limit=1000M
max_execution_time=360
max_input_time=360
post_max_size=100M
Could it be due to the theme? Are there any settings I can adjust?
Best regards Anne
Hey annevoelkel,
Thank you for the inquiry.
Have you tried disabling the plugins temporarily? We may need to log in to the site to properly check the issue. Please include the login details in the private field.
Best regards,
Ismael
Hello Ismael,
the problem is not due to Enfold but the hosting. I made several tests on different sites with Enfold, hosted by different providers. The restriction occurs with one provider, but not with others.
Best regards
Anne
Hi,
Thank you for the info.
You may need to adjust a few PHP settings to resolve this issue. If you have access to the php.ini file or PHP configuration, you can try setting the following options.
memory_limit = 512M
max_execution_time = 300
post_max_size = 64M
max_input_vars = 5000
For additional assistance, we recommend reaching out to your hosting provider and ask them to adjust the settings if necessary.
Best regards,
Ismael
Hello Ismael,
thanks a lot and you can close this topic.
Have a nice weekend an best regards
Anne
