• Hi,
    My wordpress site auto-updated to 4.1.6, and then had white screen at the frontend of site.
    I was able to login in and update to the most recent version (4.2.3), hoping that this would sort the problem, but still white screen.

    After looking into I realised that the problem was a new line of code in index.php in my root directory (wordpress is installed in a subdirectory):

    require( dirname( __FILE__ ) . ‘/wordpress/wp-content/upgrade/filter.php’ );

    Removing this has fixed the problem, but I’m wondering why the problem occurred and how to avoid it in future. Any ideas?

    My /wordpress/wp-content/upgrade/ folder is empty… is something wrong here?

    Thanks

Viewing 1 replies (of 1 total)
  • Moderator James Huff

    (@macmanx)

    Hm, that seems very suspect. Just in case, try downloading WordPress again and delete then replace your copies of everything except the wp-config.php file and the /wp-content/ directory with fresh copies from the download. This will effectively replace all of your core files without damaging your content and settings. Some uploaders tend to be unreliable when overwriting files, so don’t forget to delete the original files before replacing them.

Viewing 1 replies (of 1 total)

The topic ‘White screen after 4.1.6 auto update: index.php upgrade/filter.php’ is closed to new replies.