Hi, I just had a quick question for anyone who might have experience with this using a Digital Ocean Droplet. I am a student trying to use the Plivo SMS gateway from my droplet to send SMS messages. If you are not familar with Plivo it uses PEAR and HTTP_Request2 to work. I have installed PHP, PEAR, and the HTTP_Request2 package and everything appears to be pointed properly and working from all of my test scripts. Locally I have the Plivo service working perfectly, but the exact same code on the Digital Ocean Droplet is not working. My problem is that its also not giving me any errors, so I am not sure what part of the code is not working. No server, or PHP errors what so ever. I am just curious if there is anything that I need to install to allow the server to send out information/data to the Plivo SMS gateway. I also have already installed the mail services to output mail using PHP and that is working properly. Any information would be great! Thank you in advance.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Try enabling error reporting: <br><pre><?php <br>ini_set(‘display_errors’, 1); <br>error_reporting(-1);</pre>
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.