EmbperlFilter

2001-02-07 Thread c.w.huling
Would someone please point out what simple thing I am missing here? I am just playing around with the Apache::EmbperlFilter, and every time I load a page that uses that handler, I get: [Wed Feb 7 16:39:01 2001] [error] Can't locate object method "filter_input" via package "Apache" (perhaps yo

Re: Sessions within embperl

2001-02-07 Thread Michael Smith
Yup, the problem with DBD-Oracle was that AutoCommitting of blobs didn't work. From Tim Bunce: -- Ah, there are issues with BLOBS and AutoCommit. Hack the source: Near the top of post_execute_lobs(): D_imp_dbh_from_sth; SV *dbh = DBIc_MY_H(imp_dbh); And at the very bottom of the function:

Re: Sessions within embperl

2001-02-07 Thread Gerald Richter
> > Here is what I have: > > PerlSetEnv EMBPERL_SESSION_CLASSES "Oracle Null" > PerlSetEnv EMBPERL_SESSION_ARGS "DataSource=dbi:Oracle:host=oracle;sid=tsec UserName=user Password=passwd Commit=1" > Storeing sessions in Oracle was always a problem. Mike from iii reported that he had to patch DBD::

Re: EMB Perl Seg fault

2001-02-07 Thread Gerald Richter
> > Did you see this post? > Oops, of course I saw it (and answered to it), but it seems I should take some more sleep and less working ;-) > Everything is working okay, except for Embperl. Whenever I try to connect > to the mySQL database, Apache SEG faults, with no messages in the > embpe

Re: slight problem with make test in latest CVS

2001-02-07 Thread Gerald Richter
> Use of uninitialized value in concatenation (.) at (eval 1386) line 97. > Also this is harmless, would be nice to fix it. Could you please send me the files test/conf/httpd.conf and test/conf/config.pl ? > > [-1]Subroutine main::trans redefined at > /usr/src/embperl/test/conf/startup.pl line 1

can i run embperl with iis ?

2001-02-07 Thread Eran Keshet
10x! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: @ISA problem (was: Embperl logging)

2001-02-07 Thread Neil Gunton
Gerald Richter wrote: > > [1175]ERR: 24: Line 3: Error in Perl code: Recursive inheritance > > detected while looking for method 'get_tour' in package > > 'HTML::Embperl::DOC::_3' at > > /www/crazyguyonabike/com/htdocs/journal/contents/init.html line 13. > > > > I have fixed this also in the cur

Re: Problem with EmbperlObject files

2001-02-07 Thread Neil Gunton
> > > > The following problem may or may not be related to the other stuff which > > we are looking at. > > It wasn't related. It was an error in the way Embperl had handled the > searching for the ../ case. I have fixed it in the current cvs version. > > Gerald Yes, testing the latest CVS with

slight problem with make test in latest CVS

2001-02-07 Thread Neil Gunton
Gerald, The latest CVS has a slight problem the first time you run 'make test'. The output is below, and I am forwarding the log file to you separately. This is on RedHat 7 Linux with all patches and updates, Apache 1.3.14, mod_perl 1.24_01. However I notice that if you simply run make test again

Re: Sessions within embperl

2001-02-07 Thread Gerald Richter
> > I can't seem to get this to work? I can check both %udat and %mdat, > and I see the _session_id (they are different values), but if I assign > anything to the hash, it doesn't seem to go beyond the page I assign > it. I see information making it to the database, but only two rows in > the

Sessions within embperl

2001-02-07 Thread c.w.huling
I can't seem to get this to work? I can check both %udat and %mdat, and I see the _session_id (they are different values), but if I assign anything to the hash, it doesn't seem to go beyond the page I assign it. I see information making it to the database, but only two rows in the database for

Re: Embperl & IIS (was: a question..)

2001-02-07 Thread Gerald Richter
Hi, > is it possible 2 run Embperl with windows 200 and iis ? > Yes. You can run it as cgi. Use embpcgi.bat to start it Gerald P.S. Please send further questions to the mailing list - Gerald Richterecos electronic communication

Re: PerlTransHandler & EmbperlObject problem

2001-02-07 Thread Gerald Richter
Hi, > > I'm sorry, I had to rewrite everything from scratch (not only because > of EO problems) and I cann't bring the previous version into the > testable state in reasonable amount of time. I tried to make a small > test case but it seems to work now. However I'm still experiencing > strange p

Re: @ISA problem (was: Embperl logging)

2001-02-07 Thread Gerald Richter
Neil, > > [1175]ERR: 24: Line 3: Error in Perl code: Recursive inheritance > detected while looking for method 'get_tour' in package > 'HTML::Embperl::DOC::_3' at > /www/crazyguyonabike/com/htdocs/journal/contents/init.html line 13. > I have fixed this also in the current CVS version. This was d

Re: Problem with EmbperlObject files

2001-02-07 Thread Gerald Richter
Neil, > > The following problem may or may not be related to the other stuff which > we are looking at. It wasn't related. It was an error in the way Embperl had handled the searching for the ../ case. I have fixed it in the current cvs version. Gerald -