Hi, since last update (5.0.1.1), I cannot see the plugin administration pages on Wp-admin. They are empty and completely white. No error with WP_DEBUG. Only a generic 500 error in console.
This is generated html clicking “dashboard”:
<!DOCTYPE html>
<!--[if IE 8]>
<html xmlns="http://www.w3.org/1999/xhtml" class="ie8 wp-toolbar" lang="it-IT">
<![endif]-->
<!--[if !(IE 8) ]><!-->
<html xmlns="http://www.w3.org/1999/xhtml" class="wp-toolbar" lang="it-IT">
<!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Dashboard ‹ xxx — WordPress</title>
<script type="text/javascript">
addLoadEvent = function(func){if(typeof jQuery!="undefined")jQuery(document).ready(func);else if(typeof wpOnload!='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};
var ajaxurl = '/wp-admin/admin-ajax.php',
pagenow = 'toplevel_page_inc_optins',
typenow = '',
adminpage = 'toplevel_page_inc_optins',
thousandsSeparator = '.',
decimalPoint = ',',
isRtl = 0;
</script>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
Another question is (when Hustle will come back to work): is possible to limit the show of the popup only on first page view by the visitor, but not using “Never see this popup”, just use temporary cookies?
Thanks