When using php 7.1 remote lists show in the Remote List pane including Recipients nr BUT, when selected the pane returns blank. under php7 everything is okay.
- MaxBulk Mailer 8.6.8 Mac
What version of MLM are you using? Have you looked the the PHP error log? What does is say? You can also activate MLM debugging editing the lm_prefs.php last line.
Replace:
PHP:
$mlm_debug = false; // Activate or deactivate the debug mode
with
PHP:
$mlm_debug = true; // Activate or deactivate the debug mode
Then any error will be displayed. What do you get?