I currently use Wordpress 4.7.1. I went to update a page today and right after I click update I get a white page with "****``0****``0****``0****``0" at the top. Nothing else. The update still applies but it never takes me back to my wordpress dashboard. Thanks, Chris
You could able to see execlty what causing this error. Simply put this two line in your wp-config file. define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); Code (markup):
also you can check error.log My openion you can remove(or carry different folder) all plugin. Im sure its about some plugin issiue that you have such problem
Log in to your server via SSH. Download and extract the latest stable release of WordPress, e.g.: cd /opt wget https://wordpress.org/latest.zip unzip latest.zip Then, copy over the files from the /opt/wordpress directory to the document root directory of your WordPress website.