Re: octstr_url_decode: corrupted end-of-string <%>

2022-06-24 Thread Stipe Tolj
Am 22.06.22, 09:13, schrieb christopher kamutumwa: Hello team, I get this when % sign is put in message . Advise how to resolve. the function octstr_url_decode() assumes that the input is a URL-encoded string. By definition a % is a special character in the URL-encoded string format, which

Re: octstr_url_decode: corrupted end-of-string <%>

2022-06-23 Thread christopher kamutumwa
Where is that? On Wed, Jun 22, 2022 at 4:22 PM Alvaro Cornejo wrote: > Hi > > I guess you need to urleconde your string. > > Regards, > > Alvaro > > || > Stay safe / Cuídate/ Reste sécurisé > *7* Switch

Re: octstr_url_decode: corrupted end-of-string <%>

2022-06-22 Thread Alvaro Cornejo
Hi I guess you need to urleconde your string. Regards, Alvaro || Stay safe / Cuídate/ Reste sécurisé *7* Switch off as you go / Apaga lo que no usas / Débranchez au fur et à mesure. *q *Recycle always /

octstr_url_decode: corrupted end-of-string <%>

2022-06-22 Thread christopher kamutumwa
Hello team, I get this when % sign is put in message . Advise how to resolve. Thanks in advances chris

octstr_url_decode: corrupted end-of-string <%>

2018-01-15 Thread Robin C
Dear Users, I am getting a log in my file like octstr_url_decode: corrupted end-of-string <%>. What does this mean? Thanks in advance te, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete

octstr_url_decode: corrupted end-of-string %

2012-08-21 Thread Barry Murphy
Hi, I'm trying to use sqlbox to send a text message that contains a % sign in it, i.e. Your account is overdue, please pay promptly or you'll be charged 5% penalty. I see this error message: 2012-08-22 00:07:20 [1751] [1] WARNING: octstr_url_decode: garbage detected (% s) skipping.

Re: octstr_url_decode: corrupted end-of-string %

2012-08-21 Thread Alvaro Cornejo
hi You need to urlencode your text when submitting it to kannel. Regards Alvaro |-| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el

Re: octstr_url_decode: corrupted end-of-string %

2012-08-21 Thread Barry Murphy
No other way to do this? I'd have to change all my coding :/ Also how does one urlencode from php to dump it to sqlbox? thanks barry On Tue, 21 Aug 2012 20:38:33 -0500, Alvaro Cornejo wrote: hi You need to urlencode your text when submitting it to kannel. Regards Alvaro

Re: octstr_url_decode: corrupted end-of-string %

2012-08-21 Thread Alvaro Cornejo
Hi Just use ... $msg = urlencode($msg); ... |-| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use

Re: [?? Probable Spam] octstr_url_decode: corrupted end-of-string %

2012-08-21 Thread Komil Gulboev
Try tjis variant Your account is overdue, please pay promptly or you'll be charged 5'%' penalty. 8/22/2012 6:08 AM, Barry Murphy пишет Your account is overdue, please pay promptly or you'll be charged 5% penalty. -- Komil Gulboev