Server Status & Not Saving
Hi,
I've just built three separate websites using BeTheme and all 3 websites are on the same server but this error message only appears on 2 of them. The php.ini file has been updated with the correct figures but the error persists and I am unable to save changes on the pages.
The URLS are:
thevillasofbyron.com.au
byronbeachabodes.com.au
Both are in maintenance mode currently so please advise if you need admin access
Server Environment
- Server Info Apache
- MySQL Version 5.6.32
- PHP Version 7.0.12
- PHP Memory Limit 256 MB
- PHP Time Limit 30
Minimum 60 is required, 180 is recommended.
- PHP Max Input Vars 1000
Minimum 5000 is required
- WP Max Upload Size 64 MB
- fsockopen/cURL
- DOMDocument
Comments
after further checking, we realized that you have some limits:
- max_input_vars variable is set to 1000 while should be minimum 5000 or even 10000 (depends how large pages you are planning to build)
- max_execution_time is 30 right now while should be minimum 180
- SUHOSIN extension need to be disabled completely
- Zend OPcache need to be disabled as well
Please contact with your admin or hosting provider and ask to change above limits on your server.
Thanks!