[swoosh] Further testing

Kent Martin horde at kentsworld.com
Wed Mar 10 14:44:15 PST 2004


When I try and send a message with notices on...

Notice: Undefined index: display in /usr/lib/php/Horde/Menu.php on line
67

Notice: Undefined index: gateway_id in
/var/www/horde20040227/swoosh/lib/Gateway.php on line 107

Notice: Undefined index: Kent Martin <+447799831111> in
/var/www/horde20040227/swoosh/lib/Gateway.php on line 116

Notice: Undefined index: Kent Martin <+447799831111> in
/var/www/horde20040227/swoosh/lib/Gateway.php on line 123

Warning: Cannot modify header information - headers already sent by
(output started at /usr/lib/php/Horde/Menu.php:67) in
/var/www/horde20040227/swoosh/send.php on line 145

On Wed, 2004-03-10 at 20:31, Kent Martin wrote:
> Just one more, then I will shutup.
> 
> It should be noted that the below patch simply gets rid of the error
> from the horde log and, depsite saying message submitted, I do not under
> any circumstances (including just punching in a raw MSISDN) get an SMS
> on my handset.
> 
> C'est la vie 
> 
> On Wed, 2004-03-10 at 20:22, Kent Martin wrote:
> > Hmm... dunno where the patch I attached to that email went...
> > 
> > Oh well - here goes (the top line is the new one)
> > 
> > 201c201
> > <         $sql = sprintf('INSERT INTO swoosh_sends (send_id, message_id,
> > send_remote_id, send_recipient, send_error) VALUES (%s, %s, %s, \'%s\', %s)',
> > ---
> > >         $sql = sprintf('INSERT INTO swoosh_sends (send_id, 
> > > message_id, send_remote_id,
> > > send_recipient, send_error) VALUES (%s, %s, %s, %s, %s)',
> > 
> > Which should be applied to:
> > 
> > swoosh/lib/Storage/sql.php
> > 
> > 
> > 
> > Kent.



More information about the swoosh mailing list