Blank page and 301 redirect
Blank page and 301 redirect
Blank page and 301 redirect
This error means $response isn’t returning the array you expect but a wordpress error object. Try if( is_wp_error( $response ) ) { echo $response->get_error_message(); } and see what you get.
I had just changed the version number in version.php back to 4.5.3 (was playing with wp-cli but don’t ask why, LOL) and saw this exact error — Googled it and saw this post. My bet is your version.php didn’t get updated. Look in it and check the version number to see if it is what … Read more
It sounds like there is a fatal error occurring, but you aren’t displaying errors on the page. To enable debugging you should add the following code to your wp-config.php file. define( ‘WP_DEBUG’, true ); *note: if your wp-config.php file already contains an entry for the above, make sure it’s set to true. Once you know … Read more
Were you using any cache plugins like W3 Total Cache? If so, you’ll need to get access via sftp or ssh to disable the plugin (rename the dir wp-content/plugins/w3-total-cache to something else).
this plugin may have put a conditional file that desactivate the basic cache function of wordpress to put them back, go in the wp-content repertory and rename the file object-cache.php
Most probably you have server error. If you have server error and your debug is not on, wordpress shows blank page. Enable debug in wp-config.php and check for errors on your site.
I assume it’s a clean installation so I can think of two things: The upload (installation) wasn’t complete Some file permissions are not correct (folders: 755, files: 644) I’d firstly try to remove all core files and re-upload everything.
You can not just copy the whole file and replace. you have to see the changes and change those code only. Revert back to the old file.. will solve the problem for now.
My website is down and I can’t login to WordPress. I get this message when I try both: Fatal error: Call to undefined function get_plugin_data() in /home/plantedmiami/public_html/wp-content/plugins/thst-feed/admin/options-init.php on line 29 Well you have some problem in that plugin thst-feed You can temporary disable this plugin and check if it works.