form data going astray

2003-09-16 Thread Michael Boudreau
I'm having a recurring problem with an embperl application that makes heavy use of HTML forms. (I have two different configurations that both have this problem: apache 1.3.26 with embperl 1.3.6, and apache 1.3.9 with embperl 1.2b11.) The problem is that sometimes when a user clicks a button to

Unicode character entities in form data

2004-05-07 Thread Michael Boudreau
This is not strictly an embperl question, but it concerns a web site that I'm running with Embperl, and I hope that other web gurus out there might have some suggestions. I have a number of web forms that submit large blocks of text. Often the people who fill in these forms compose their text i

changing location of embperl.log

2004-05-28 Thread Michael Boudreau
I'm trying to change the location of the Embperl log and not having any luck. I'm using Embperl 1.3.6 and Apache 1.3.29 on Solaris 8. I have added 'PerlSetEnv EMBPERL_LOG /usr/local/apache/logs/embperl.log' to apache's httpd.conf file, but after restarting apache (using either 'apachectl gracef

design question

2001-06-15 Thread Michael Boudreau
the cache longer? I'd be grateful for any advice. (My apologies for not having a publicly accessible example of a page like this.) ===== Michael Boudreau Senior Electronic Publishing Developer The University of Chicago Press 1427 E. 60th Street Chic

accessing filehandle from subroutines

2001-10-31 Thread Michael Boudreau
handle.) Am I missing something really basic? I assume I'll have to make my subroutine return arrays of error and log messages, thus: [- ($return_value, $ref_to_array_of_errors, $ref_to_array_of_log_messages) = MyModule::my_subroutine("argument"); -] ======

file upload

2002-03-18 Thread Michael Boudreau
cause there is apparently nothing for the "read" function to read. However, if I move the "read" code out of frag1.epl and into the main file (just before the "Execute" statement), the upload works. Any idea why this is happening? =

Re: file upload

2002-03-18 Thread Michael Boudreau
; this could be my problem.) > >Ed > >On Mon, 18 Mar 2002, Michael Boudreau wrote: > > > I'm having a problem with a file upload when the "read" function is in an > > embperl fragment called by the "Execute" method. > > > > Here's

Fwd: file upload

2002-03-18 Thread Michael Boudreau
close (FILE) or die "can't close: $!"; } -] then the upload works. >Date: Mon, 18 Mar 2002 10:31:38 -0600 >To: [EMAIL PROTECTED] >From: Michael Boudreau <[EMAIL PROTECTED]> >Subject: file upload > >I'm having a problem with a file upload when t

Re: file upload

2002-03-18 Thread Michael Boudreau
hich reads the data via     [- Execute({inputfile => "frag1.epl", options => HTML::Embperl::optDisableFormData}); -] But I want to be able to access %fdat values from inside frag1.epl. Wouldn't this prevent me from doing that? =

problem using Apache::Session

2002-08-28 Thread Michael Boudreau
bperl to avoid this message at /w1/local/lib/perl5/site_perl/5.6.0/sun4-solaris/HTML/Embperl.pm line 431. I'm using perl 5.6.0, Embperl 1.3.4, and Apache::Session 1.53. I'm not sure how to troubleshoot this. ===== Michael Boudreau Senior E

Re: problem using Apache::Session

2002-09-03 Thread Michael Boudreau
On Wednesday, August 28, 2002, at 05:41 PM, Angus Lees wrote: > At Wed, 28 Aug 2002 10:04:43 -0500, Michael Boudreau wrote: >> [23078]SES: Embperl Session management DISABLED beause of following >> error: >> Can't locate Apache/SessionX.pm in @INC (@INC contains:

Fwd: problem using Apache::Session

2002-09-03 Thread Michael Boudreau
OK, I have forgotten to do exactly what I tell other people--don't rely on old printouts, but read the most current docs on the web. *sigh* Mea culpa. > From: Michael Boudreau <[EMAIL PROTECTED]> > Date: Tue Sep 03, 2002 01:09:42 PM US/Central > To: [EMAIL PROTECTED]

problem with %udat

2002-10-01 Thread Michael Boudreau
ement enabled () apachectl start: httpd started When I set a value in the %udat hash, Embperl does not report an error. But when I try to access the same value again, it is undefined. No error message. How do I troubleshoot this? = Mi

Re: problem with %udat

2002-10-03 Thread Michael Boudreau
e... > >EMBPERL_SESSION_CLASSES = "Oracle null base64 md5" >EMBPERL_SESSION_ARGS = "DataSource=dbi:Oracle:conn_info UserName=xyz >Password=abc Commit=1" > > >- Original Message - >From: "Michael Boudreau" <[EMAIL PROTECTED]> &

Re: problem with %udat

2003-01-16 Thread Michael Boudreau
ommunication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice:+49 6133 925131 WWW:http://www.ecos.de Fax: +49 6133 925152 -----

Re: Dreamweaver MX and Embperl?

2003-01-17 Thread Michael Boudreau
MX play nicely w/ Embperl? I'm not very familiar w/ Dreamweaver at all, preferring vi myself, but I can't expect the rest of my team to use vi. I'd appreciate any tips. Thanks. ========= Michael Boudreau Senior Electronic Publishing Dev

Re: problem with %udat

2003-01-17 Thread Michael Boudreau
sec) mysql> VT102VT102 Notice the two "VT102" strings that appear in the mysql prompt after the result set. Very weird. = Michael Boudreau Senior Electronic Publishing Developer The University of Chicago Press 1427 E. 60th Street Chicago, IL 60637-2954 phone: 773 753 3298 fax: 773

Re: problem with %udat

2003-01-21 Thread Michael Boudreau
ssage - From: "Michael Boudreau" <[EMAIL PROTECTED]> To: "Gerald Richter" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, January 17, 2003 4:56 PM Subject: Re: problem with %udat At 1/17/03 08:21 AM, Gerald Richter wrote: % apachectl start [63