Page Not Found after update page
Hi, I am halfway editing the website but suddenly I am facing a problem when trying to update website page.
There was no problem in updating content before. Afterall I am using the demo content provided
I have taken measure such as deactivating all installed plugin and clearing cache. But still the problem persist.
Kindly assist, If you need credentials to login into website, should I list it here?
Thank you in advance.
Comments
please go to theme folder, 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 related with those limits but to be sure which one is the reason, we need that link.
Thanks!
- your PHP version is 5.4.45 while the minimum version required by WordPress itself is 5.6
- Max Input Vars is only 1000 while should be minimum 5000 or even 10000 for better results
- You have also Suhosin which need to be disabled or it's limits need to be increased to be the same as the default limits of PHP