On Tuesday, Jun 17, 2003, at 16:58 Europe/London, Scott Turner wrote:

I'm running into a small hang-up with PerForm v1.8.  Here's the error I
get when I try to create a form:

[AxKit] [Error] Compilation failed: Too many arguments for
AxKit::XSP::WebUtils::redirect at (eval 277) line 74, near "1)"
BEGIN not safe after errors--compilation aborted at (eval 277) line 83.

And here's the line of code it's complaining about:

73 if ($redirect) {
74     AxKit::XSP::WebUtils::redirect($redirect,undef,undef,1);
75 }

The WebUtils::redirect subroutine only asks for three parameters, but
PerForm.pm is calling it with four.  Is that just an extra 'undef' in
there?

Ack. I need to update WebUtils too... Will do that now.


Also that release of PerForm didn't actually fix the "load select options on submit" bug. So I'm going to have to do a 1.8.1.

Matt.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to