• Resolved gideonson

    (@gideonson)


    Hi friends,

    My wordpress refused automatic update to the latest version, so I decided to update manually by overwriting wp-admin, wp-content and wp-include folders. After uploading files, I got the white screen of death. Please where did I go wrong?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator cubecolour

    (@numeeja)

    did you backup the wp-content folder before overwriting it?

    Th correct procedure is outlined at http://codex.wordpress.org/Updating_WordPress#Manual_Update

    NOTE – you should replace all the old WordPress files with the new ones in the wp-includes and wp-admin directories and sub-directories, and in the root directory (such as index.php, wp-login.php and so on). Don’t worry – your wp-config.php will be safe.

    Be careful when you come to copying the wp-content directory. You should make sure that you only copy the files from inside this directory, rather than replacing your entire wp-content directory. This is where your themes and plugins live, so you will want to keep them. If you have customized the default or classic themes without renaming them, make sure not to overwrite those files, otherwise you will lose your changes. (Though you might want to compare them for new features or fixes..)

    Thread Starter gideonson

    (@gideonson)

    Thank you for the link, cubecolor.

    No, I did not backup my wp-content. But I can still see my theme and plugins.

    Thread Starter gideonson

    (@gideonson)

    Can somebody help please? I did everything as recommended in the link by cobecolour but all I get is still white screen of death.

    Thread Starter gideonson

    (@gideonson)

    I inserted the code below into the wp-config.php file.

    error_reporting(E_ALL); ini_set('display_errors', 1);

    After refreshing my site I received an error message that said there was an error in the wp-config.php file.

    Fatal error: Call to undefined function get_post_format_slugs() in /var/www/vhosts/thenetng.com/bhmng.com/wp-includes/theme.php on line 1382

    Please how do I fix this?

    Moderator cubecolour

    (@numeeja)

    If you followed the instructions to correctly and got the white screen of disappointment, it may be caused by your theme.

    Which version of WordPress did you upgrade from?
    Which theme was active on the site?
    where did you obtain it, what is the version number — and have you modified it at all?

    You can check the theme name & version by connecting via ftp and looking at the theme’s style.css in a text editor

    Thread Starter gideonson

    (@gideonson)

    This has been fixed!

    Here is how:

    1. I was supposed to delete wp-admin and wp-includes folder entirely and upload fresh folders, not overwrite. wp-contents SHOULD NOT be deleted. Instead, overwrite it.

    2. I was also supposed to overwrite other wordpress root files like wp-login EXCEPT wp-config. wp-config SHOULD NOT be touched.

    Many thank to cubecolour!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘White screen of death after manual WordPress update attempt’ is closed to new replies.