Git-Host / phpgooglevoice

Automatically exported from code.google.com/p/phpgooglevoice
0 stars 0 forks source link

500 issue #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. we registerd google voice through rfleming@upop.com
2. when we tried to send sms to india number. We got error in "Internal Server 
Error Error 500"
3. our code is 
<?php
require 'class.googlevoice.php';
$gv = new GoogleVoice("rfleming@upop.com", "password");
$gv->sms("somenumbers", "hai");
echo $gv->status;
?>
How to install google version

What is the expected output? What do you see instead?
Internal Server Error Error 500

What version of the product are you using? On what operating system?
we are using windows 2008 server.

Please provide any additional information below.

Original issue reported on code.google.com by rflem...@upopin.com on 19 Dec 2011 at 6:06