Problem with modperl2/apache2/apreq2 upload

2004-04-07 Thread Ken Burcham
apache2 it is apparently returning every param name on the form.  Is that right? So how can I get just those params that are upload objects?  I'd really like to be able to use apache2 and not revert to cgi since I had it working so nicely in apache1... thanks, ken. --

Re: Problem with modperl2/apache2/apreq2 upload

2004-04-07 Thread Ken Burcham
ly, but that's no longer true in apreq2. In apreq2 > $req->upload follows the same interface pattern as $req->param. > > -- > Joe Schaefer > > > -- > Report problems: http://perl.apache.org/bugs/ > Mail list info: http://perl.apache.org/maillist/modperl.html > List etiquette: http://perl.apache.org/maillist/email-etiquette.html -- Ken Burcham Ken Burcham Consulting, Inc. http://www.capemaystation.com

(Fwd) Re: Problem with modperl2/apache2/apreq2 upload

2004-04-08 Thread Ken Burcham
. ... So it looks to me like EVERY field gets dumped into the upload array... Like I said, I'm probably doing something stupid... I'll look into the backtrace now... THANKS so much! ken. On 8 Apr 2004 at 9:18, Joe Schaefer wrote: > "Ken Burcham" <[EMAIL PROTEC

Re: Problem with modperl2/apache2/apreq2 upload

2004-04-08 Thread Ken Burcham
che error log I see: > > ... > UPLOADER found effectivedate  at (eval 20) line 14. > UPLOADER found expirationdate  at (eval 20) line 14. > UPLOADER found modby  at (eval 20) line 14. > UPLOADER found resourceurl  at (eval 20) line 14. > ... > > > So it looks to me like EV

Re: Problem with modperl2/apache2/apreq2 upload

2004-04-08 Thread Ken Burcham
t_in_mod_perl2_P101676), you mention 3 possibilities as to why it could fail and it implicates a temp directory... I'm expecting it to write to that file. The $upload_dir exists, but the file obviously doesn't because I'm trying to upload it... Do I need to ->bb and then wr

Re: Getting started with mod_perl

2004-04-08 Thread Ken Burcham
t problems: http://perl.apache.org/bugs/ > Mail list info: http://perl.apache.org/maillist/modperl.html > List etiquette: http://perl.apache.org/maillist/email-etiquette.html -- Ken Burcham Ken Burcham Consulting, Inc. http://www.capemaystation.com

Re: Problem with modperl2/apache2/apreq2 upload

2004-04-23 Thread Ken Burcham
2004 at 13:22, Joe Schaefer wrote: > > > "Ken Burcham" <[EMAIL PROTECTED]> writes: > > > > [...] > > > > > foreach my $key (keys %{$uploads}) > > > { > > >warn "Uploader found $key"

Re: [ANNOUNCE] Apache::Syntax::Highlight::Perl 1.00

2004-04-23 Thread Ken Burcham
comment and/or criticism are welcome :-) > > by > > - Enrico > > -- > Report problems: http://perl.apache.org/bugs/ > Mail list info: http://perl.apache.org/maillist/modperl.html > List etiquette: http://perl.apache.org/maillist/email-etiquette.html -- Ken Burcham Ken Burcham Consulting, Inc. http://www.capemaystation.com

Re: mod_perl 1.99_13 / apache 2.0.x / mysql 4.1.1 - connection problem

2004-05-11 Thread Ken Burcham
gt; the new authentication-style? > > > Erik > > > - > ArgonSoft GmbH | Im Ermlisgrund 3 | 76337 Waldbronn > Tel: +49 7243 71520 | Fax: +49 7243 715222 | http://www.argonsoft.de > > -- > Report problems: http://perl.apache.org/bugs/ >

Re: [ANNOUNCE] Apache::Syntax::Highlight::Perl 1.00

2004-04-26 Thread Ken Burcham
Hey thanks a lot! I think I'll try the first idea as all of my perl rules are in a db but easy enough to pull out by url. thanks! ken. On 24 Apr 2004 at 17:00, Enrico Sorcinelli wrote: > On Fri, 23 Apr 2004 12:51:26 +0200 > Ken Burcham <[EMAIL PROTECTED]> wrote: >

Re: XML::XSLT and mod_perl 2.0

2004-06-16 Thread Ken Burcham
Me too. ken. On 16 Jun 2004 at 14:34, Elizabeth Mattijsen wrote: > > I have XML::LibXSLT with mp2 in production for a client. No mp2 > related problems whatsoever. > > Liz > > -- > Report problems: http://perl.apache.org/bugs/ > Mail list info: http://perl.apache.org/maillist/modperl.html >

missing param from post using apache::request

2004-07-09 Thread Ken Burcham
perl     /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi     /usr/lib/perl5/vendor_perl/5.8.0     /usr/lib/perl5/vendor_perl     /usr/lib/perl5/5.8.0/i386-linux-thread-multi     /usr/lib/perl5/5.8.0     . *** Packages of interest status: Apache::Request: 2.03-dev CGI    : 3.05 LWP    : 5.65 mod_perl   : 1.9914 3. This is the core dump trace: (if you get a core dump):   [CORE TRACE COMES HERE] This report was generated by ./t/REPORT on Thu Jul  8 17:55:20 2004 GMT. -8<-- End Bug Report --8<-- Note: Complete the rest of the details and post this bug report to dev perl.apache.org. To subscribe to the list send an empty email to [EMAIL PROTECTED]. -- Ken Burcham Ken Burcham Consulting, Inc. http://www.capemaystation.com

Re: missing param from post using apache::request

2004-07-09 Thread Ken Burcham
uot; business. Could you please be more specific about that, and > please also remove the GCX modules from the handler you'd like me to > test (unless the bug disappears without them). > > Thanks! > > -- > Joe Schaefer > > > -- > Report problems: http://

RE: missing param from post using apache::request

2004-07-09 Thread Ken Burcham
whenever you use a textarea or a file upload. > > So must be: > http://gcxdev.ccci.org/aptest"; > enctype="multipart/form-data" method="post" /> > > Stef > > Ken Burcham wrote: > I guess the simpl

RE: missing param from post using apache::request

2004-07-09 Thread Ken Burcham
Actually, one weird thing is that if I use CGI.pm instead of Apache::Request the parm is there just fine... Maybe it handles it differently or something... FYI. ken. On 9 Jul 2004 at 12:14, Ken Burcham wrote: > Adding enctype=multipart works like a charm! The weird thing is t

Re: libapreq2 versus everything else

2004-08-26 Thread Ken Burcham
I heartily agree... it would have saved me a lot of time coming into mod_perl2 land... ken. On Aug 25, 2004, at 11:30 PM, Markus Wichitill wrote: I think adding Apache::Request to the mod_perl distribution might save a few souls from going PHP. Having all these fancy APIs but not basic stuff li