problems with the processing of a page
Hello,
I have problems with the processing of a page. When I add sections from a certain length of the website the sections are no longer stored. Can it be that the web pages only have a certain length may or may I set this somewhere?
I have problems with the processing of a page. When I add sections from a certain length of the website the sections are no longer stored. Can it be that the web pages only have a certain length may or may I set this somewhere?
Comments
please go to your FTP, create php file with phpinfo() function inside and send us link to that file so we can have a look on your server settings. The problem is probably related to limits but to be sure which one is the reason, we need that link. For more details about file creation, please visit https://mediatemple.net/community/products/dv/204643880/how-can-i-create-a-phpinfo.php-page
Thanks!
Hello,
Thanks for the fast response, Hoer the target link
http://wp11215892.server-he.de//phpinfo.php
Best regards
Sandra Niederstraß
The issue is caused by the limits on your server, please:
1. Disable the suhosin script on your server
2. Increase max_input_vars
3. Increase memory_limit
To do this you may need to contact your hosting provider.
thanks