Re: Problems with Embperl::Session

2000-08-14 Thread Gerald Richter
Hi, > > I am having dificulties with Embperl. I receive following error message: > Look like the wrong Apache::Session version. Which version you are using? http://perl.apache.org/embperl/INSTALL.pod.1.html : NOTE 1: (only Embperl-1.2b1 or higher) For using session handling you need Apache::S

Re: help! i messed it up :-/

2000-08-14 Thread Gerald Richter
> $ENV{EMBPERL_SESSION_CLASSES} = "FileStore NullLocker"; > $ENV{EMBPERL_SESSION_ARGS} = > "Directory=/usr/www/jbrisbin/httpd/cgi-bin/tmp"; > $ENV{EMBPERL_DEBUG} = $EMBPERL_DEBUG; > $ENV{EMBPERL_OPTIONS} = $EMBPERL_OPTIONS; > }; > > $out = ""; > @errors = []; > my $rc = HTML::Embpe

Re: traceback??

2000-08-14 Thread Gerald Richter
> 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

Re: multiple selects

2000-08-14 Thread Gerald Richter
> Will I have to use a database object to do mulitple selects within one > page?? I've got a navigation page that comes from one table and the content > that comes from another table...is it possible to do more than one > DBIx::Recordset->Search within a page?? I'm having trouble with it > no

Re: script run in off line mode

2000-08-14 Thread Gerald Richter
Hi, > > After I log in, I always get message "(offline mode: enter name=value pairs > on standard input)" in the log file. > That massage come from a subroutine of CGI.pm ( I think) > I cannot find anything in the part of the config that is wrong, but as you correctly said, that message comes