[solved] Unable to send SMS to SMS Subscribers

I have successfully activated the SMS Subscription service. User can send send with special keywork and can subscribe to SMS Subscription.

But SMS cannot be send to SMS subscriber. Whenever “Send this message to all members” Send button is clicking its showing error. Please see the screencast https://techtun.es/Jl43SS

After checking the php log its showing the following error

2019.06.12 14:23:24
[12-Jun-2019 08:23:21] WARNING: [pool www] child 30690 said into stderr: “[12-Jun-2019 14:23:21 Asia/Dhaka] PHP Fatal error: Uncaught Error: [] operator not supported for strings in /var/www/t-sms-app/plugin/feature/sms_subscribe/sms_subscribe.php:727”

Please fix.

@anthon I think its a php7 issue. I am seeing this type of error through the playsms. Would you please fix it? You should take care of it.

1 Like

This has been fixed in 1.4.4 beta. Quick fix for 1.4.3:

Edit feature/sms_subscribe/sms_subscribe.php and go to line 723:

Change:

$sms_to = '';

To:

$sms_to = array();