Skip Menu |

This queue is for tickets about the Net-SMS-WAY2SMS CPAN distribution.

Report information
The Basics
Id: 72003
Status: resolved
Priority: 0/
Queue: Net-SMS-WAY2SMS

People
Owner: Nobody in particular
Requestors: bharthix [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



Subject: Error POSTing http://wwwl.way2sms.com/auth.cl: Not Found
Due to the new change in Way2sms site this module is erroring out as follows: Error POSTing http://wwwl.way2sms.com/auth.cl: Not Found at /usr/lib/perl5/site_perl/5.8.8/Net/SMS/WAY2SMS.pm line 103 Change your code as follows at line 103 to work fine: $dest =~ s/<form name="loginForm"/<form action='..\/Login1.action' name="loginForm"/ig;
On Fri Oct 28 05:58:01 2011, bharthix wrote: Show quoted text
> > Due to the new change in Way2sms site this module is erroring out as > follows: > > Error POSTing http://wwwl.way2sms.com/auth.cl: Not Found at > /usr/lib/perl5/site_perl/5.8.8/Net/SMS/WAY2SMS.pm line 103 > > Change your code as follows at line 103 to work fine: > > $dest =~ s/<form name="loginForm"/<form action='..\/Login1.action' > name="loginForm"/ig;
Thanks a lot for the help. I have fixed it and uploaded to CPAN