Fix for empty/blank site
-
If you get an empty/blank site at wp-admin/users.php?page=emailmanager&mode=XXX, there is a simple fix for that.
Open plugins/cpanel-e-mail-manager/emailmanager.php and locate all lines like
$sortarray = "";
change to
$sortarray = [];
and it’s fixed.
Wordpress 4.8
PHP 7.1
e-mail-manager v1.3.1
- The topic ‘Fix for empty/blank site’ is closed to new replies.