This shows you the differences between two versions of the page.
— |
bug_mini_mail_to_sms [2017/02/21 08:44] (current) admin created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Bugfix: Failure Using the MAIL to SMS Function ===== | ||
+ | \\ | ||
+ | **Affected versions:** \\ | ||
+ | All the FoxBox MINI delivered before the 20 of February 2017. | ||
+ | |||
+ | **Description:** \\ | ||
+ | A failure can occour while trying to use the "MAIL to SMS" function. | ||
+ | |||
+ | **Solution:** \\ | ||
+ | **1)** Download, on your desktop machine, this patch: \\ | ||
+ | * [[http://www.smsfoxbox.it/documents/software/fbmini_mail2sms_patch_2017-2-21.zip|fbmini_mail2sms_patch_2017-2-21.zip]] | ||
+ | |||
+ | **2)** Unzip the downloaded file in order to obtain these files: // <wrap hi>fn.php</wrap> // and // <wrap hi>playsmsd</wrap>. // | ||
+ | |||
+ | **3)** Connect via SSH to your FoxBox MINI. | ||
+ | |||
+ | **4)** Once connected, launch this command: \\ | ||
+ | |||
+ | <code> | ||
+ | cp /etc/php5/disabled/imap.ini /etc/php5/conf.d/ | ||
+ | </code> | ||
+ | |||
+ | **5)** Then using WINSCP or filezilla connect to port 22 SSH (username: root - password: foxbox) and copy the attached files in this two positions: \\ | ||
+ | * /var/www/html/playsms/plugin/feature/mailsms/fn.php | ||
+ | * /usr/local/bin/playsmsd | ||
+ | |||
+ | **6)** Restart playsmsd using these commands: | ||
+ | <code> | ||
+ | /etc/init.d/playsms stop | ||
+ | </code> | ||
+ | <code> | ||
+ | /etc/init.d/playsms start | ||
+ | </code> | ||
+ | |||
+ | **7)** Congratulations, your FoxBox MINI is now patched | ||
+ | ! | ||