PHP 7.1 Remote Lists issue

bsb

New Member
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
 

stanbusk

Administrator
Staff member
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?

--
Follow maxprog.com on Facebook | Google+ | Linkedin | Twitter | YouTube
and keep up-to-date with the latest Max Programming updates!
 
Top