A few questions:
(1) Did you need to do this interpreted and compiled? Our posts are
working fine interpreted. It is only when running compiled that 4D
is throwing the error:
Error when executing the method "A4D_HTTPD_RequestHandler" at line
number 97.
Invalid parameters in an Execute command.
(2) Are you using 4D's built-in web server? We do not have an
A4D_GetHttpBodyCallback in our database, but I think that is
something that specific to the 4D Shell. We are using NTK for the
web server.
I do wonder if for NTK the now missing "A4D_NTK_StatusCallback"
might be the culprit?
Thanks,
Brad
On 8/31/10 12:04 PM, Peter Jakobsson wrote:
>
> On 31 Aug 2010, at 19:48, Brad Perkins wrote:
>
>> Peter, if you are reading this can you please elaborate what you
>> mean by 'again'?
>
> Hi Brad
>
> I simply meant that . . .
>
> 'once again, the issue is dealt with for you if you are using the
> 'Out of the box' shell'.
>
> (Sorry - the punctuation I used made that unclear).
>
> Basically you need to do one of 2 things to make sure your form
> submissions via 'post' work. Either:
>
> [A] - make sure you have a method called 'A4D_GetHttpBodyCallback'
> somewhere in you database
>
> OR...
>
> [B] - make sure you have a custom method to capture the request
> body. If you do this, you need to
>
> [B.1] Pass the name of the method to the 'A4D Set HTTP Body
> Callback' plugin command
> [B.2] The code of the method should be as follows (easy !?)
>
> C_BLOB($0)
> GET HTTP BODY($0)
>
> Option [A] is obviously the easiest and also the obvious one to
> check first if you're not using the new shell.
>
> If that's not it let me (or the list) know and I'll try to think
> of something else if I can.
>
> Regards
>
> Peter
>
> _______________________________________________
> Active4D-dev mailing list
> [email protected]
> http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
> Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
>
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/