Update and Publish button redirects me on homepage without saving
Hi, I have installed the betheme but unfortunately when i'm trying to publish or update a post or a page it will redirect me to the homepage without saving and leaving the page as draft. Also even other features is redirecting me to the homepage such as when clicking betheme | pre built sites.
Can you please help me as I can't create new posts or pages.
Thanks
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!
Just add this to the file and save:
<?php phpinfo(); ?>
If the file is created correctly then it must be something with the htaccess. Please contact your hosting provider!
The blocked it probably because there is not much to show.
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
4. Increase the php version
To do this you may need to contact your hosting provider.
thanks