[solved] Features: Manage Subscribre

Hi All
I have playsms 1.4.3
In Features i have set message for subscribers.
But when i sent message i have blank page.
Please help

Find your php.ini and set display_errors = on, restart web server (Apache2, or Nginx) and also restart php-fpm if you use it. You should then see what error in that blank page.

anton

Found the problem.

Edit your plugin/feature/sms_subscribe/sms_subscribe.php, and go to line 723, you will see:

$sms_to = '';

Edit that into this:

$sms_to = array();

Also, edit plugin/feature/sms_subscribe/fn.php and go to line 91, change:

$bc_to = '';

To:

$bc_to = array();

anton

1 Like

Thanks it’s ok now… (please can i have your profesionnal mail ?)

Hi,

You can email me to the email in github security:

Anton

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.