White screen after 4.1.6 auto update: index.php upgrade/filter.php
-
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
The topic ‘White screen after 4.1.6 auto update: index.php upgrade/filter.php’ is closed to new replies.