Hi!
I'm having problems with Axkits TaglibHelper. Thats the message by axkit:
>...
>35 ; die 'Required arg "inifile" for tag adress2SQL is missing' if not
>defined $_args{inifile};
>36 die 'Required arg "redirect" for tag adress2SQL is missing' if not
>defined $_args{redirect};
>37
>Apache::AxKit::Language::XSP::TaglibHelper::handle_result('adress2SQL($inifile,$redirect):as_xml=1',
>
>undef(), 0, $document, $parent,
>AxKit::XSP::Order2::adress2SQL($_args{inifile},$_args{redirect},));}
>38 }); # non xsp tag
>39 $parent->appendChild($text);
>40 }
...
>[Wed Apr 10 18:18:57 2002] [error] [client 192.168.196.1] [AxKit] [Error]
>Failed to parse: Malformed prototype for AxKit::XSP::Order2::adress2SQL: $,$
>at /home/byge/aladin-headshop.de/shop/order/adresschange.xml line 36.
...
Seems like axkit trying to pass more than two arguments to adress2SQL. Here
is my prototype:
>@EXPORT_TAGLIB = (
> 'adressData($inifile):as_xml=1',
> 'adress2SQL($inifile,$redirect):as_xml=1',
>);
...
>sub adress2SQL($,$)
>{
...
>}
...
It worked once, now it doesn't, although I restarted everything again and
again. If I remove the second argument ($redirect) everything works fine.
What's wrong? Where can I find more information on that error?
Peter Bouda, [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]