Re: mod_perl problems

2000-08-12 Thread Joe Lauer
Brandon, Now that you did what I dotldy you to do, you don't have dso anymore. This means that addmodule directives will NOT work. On Sat, 12 Aug 2000, brandon wrote: > ok i downloaded apache 1.3.12 and did all the stuff i was told to do, and > everything seems to have worked except now when

Problems with Embperl::Session

2000-08-12 Thread Ragnar Hakonarson
Hi, I am having dificulties with Embperl. I receive following error message: [Sun Aug 13 02:13:07 2000] Session.pm: Bareword "Apache::Session::NEW" not allowed while "strict subs" in use at /usr/lib/perl5/site_perl/5.005/i386-linux/HTML/Embperl/Session.pm line 105. [Sun Aug 13 02:13:07 2000] [e

Re: FIXED: strange DBIx::Recordset behavior

2000-08-12 Thread Jon Brisbin
found it! (finally...must have missed it before :-) optAllFormData Jon Brisbin - Original Message - From: Jon Brisbin <[EMAIL PROTECTED]> To: Embeded PERL ML <[EMAIL PROTECTED]> Sent: Saturday, August 12, 2000 5:30 PM Subject: strange DBIx::Recordset behavior > When I have a form fie

strange DBIx::Recordset behavior

2000-08-12 Thread Jon Brisbin
When I have a form field that I want to delete the contents of, I wipe it out and make it blank, then submit the form, but DBIx::Recordset doesn't update it to "NULL" (MySQL)...it leaves the previous contents untouched. If I make the form field \s, then it works fine...if I put data in it, no pro

traceback??

2000-08-12 Thread Jon Brisbin
I'd like to implement some sort of "traceback" mechanism for my embeded perl pages that works similar to the java and python tracebacks...i can just append a line to an array whenever i want, but i'd like it to be more automatic...my nested Executes are giving me fits...not sure which ones errors

Re: mod_perl problems

2000-08-12 Thread brandon
ok i downloaded apache 1.3.12 and did all the stuff i was told to do, and everything seems to have worked except now when i try to run /usr/local/apache/bin/apachect1 start it won't load any of the modules...so i commented out all of the LoadModule directives, but then of coarse it would not do th

Re: multiple selects

2000-08-12 Thread Jon Brisbin
I figured out a hack to this...I just duplicate my $fdat{'!DataSource'}, et. al. in a separate file called content.ehtml, then from my main page, I do my navigation, which is a "sub" imported from a Util file...then I "Execute" the content page, passing my record id in the param array...it's kind