Can you change your WordPress to debug mode? Go to the wp-config.php on the server root of your site.
And change this line
define( 'WP_DEBUG', false );
to this one
define( 'WP_DEBUG', true );
This will show any error message if they exist.
That error is appearing persistently in my dev site.
-Rui