I’m getting it today. As soon as I switch themes to Photocrati it white screens and the only way recover is to run the SQL below against the database.
I have a WordPress multisite install which otherwise works fine. I can do some limited experimentation, but it’s a production site so I can’t do too much that could break it.
Note that I use HHVM, the Facebook written PHP VM, rather than standard PHP. I run on Amazon Linux, obviously on one of their VPS systems.
[Tue Jan 26 17:31:30 2016] [hphp] [2979:7f1b01229700:1979:000001] [] \nFatal error: Call to undefined function request_filesystem_credentials() in /var/www/wordpress/wp-content/plugins/nginx-cache/nginx-cache.php on line 250
UPDATE wp_options SET option_value = ‘twentysixteen’ WHERE option_name = ‘template’;
UPDATE wp_options SET option_value = ‘twentysixteen’ WHERE option_name = ‘stylesheet’;
UPDATE wp_options SET option_value = ‘Twenty Sixteen’ WHERE option_name = ‘current_theme’;