[Plugin: SMS Text Message] Plugin buttons fail, message body not sent
-
Installed sms-text-message v0.7 today and found that the buttons don’t work with WP 3.0.5 and PHP 5.3.3 because html form action= is not correctly built in options.php and sms-text-message.php. Lines with the code action='<?= “https://” needed to be changed to action='<?php “https://”.
After making those (6) changes, I was able to subscribe and send a text message but only the “Subject” field was sent, not the Message Body. I have not looked into this last problem yet…
- The topic ‘[Plugin: SMS Text Message] Plugin buttons fail, message body not sent’ is closed to new replies.