Re: EmbperlObj nuisance messages

2000-10-24 Thread Wim Kerkhoff
On Tue, Oct 24, 2000 at 04:35:01PM -0500, Sheffield Worboys wrote: > Using EmbperObject, I notice that in the web server logs I have many error > messages like this: > > Warning in Perl code: Embperl path search > /opt/ebptest_content/secure/training/cbt/gos/fitness/eplo_nav_area.epl > > - these

Re: EmbperlObj nuisance messages

2000-10-24 Thread Gerald Richter
> Using EmbperObject, I notice that in the web server logs I have many error > messages like this: > > Warning in Perl code: Embperl path search > /opt/ebptest_content/secure/training/cbt/gos/fitness/eplo_nav_area.epl > > - these are not actually errors, but are seen during normal execution and

EmbperlObj nuisance messages

2000-10-24 Thread Sheffield Worboys
Using EmbperObject, I notice that in the web server logs I have many error messages like this: Warning in Perl code: Embperl path search /opt/ebptest_content/secure/training/cbt/gos/fitness/eplo_nav_area.epl - these are not actually errors, but are seen during normal execution and seem to be gen

Re: GET is ok, POST is not working - FIXED

2000-10-24 Thread James Lee
> Maybe something is wrong with http headers. If you have LWP installed (if > not you should do it) the try > > POST -e http://localhost/your/url > name=one&age=two > > This should display the response headers along with the content. This worked. So I thought, hmm, let's try lynx. lynx worked

Re: Embperl 1.3b6: weird error

2000-10-24 Thread Ilia Lobsanov
On a more detailed look at my error_logs, I found more instances of the same errors on Oct 7. It doesn't seem to be related to anything prior in the error_log. That is, there is nothing common that could precipitate these errors. I will wait for more cases, I guess. ilia. - Original Messag

Re: Session error

2000-10-24 Thread Gerald Richter
Hi, > > uups, sorry -- I don't set any special, my EMBPERL_OPTIONS are 16400 > (optRedirectStdout, optRawInput). I also use NOT Carp etc, but perhaps > some of the Apache::Registry-Scripts are using them; nevertheless this > should not disturb embperl, I guess. > No, this doesn't have any infl

Re: Session error

2000-10-24 Thread Alvar Freude
Hi, > Do you mean Apache errormessages i.e. in httpd.conf or have you some special > settings in EMBPERL_OPTIONS ? uups, sorry -- I don't set any special, my EMBPERL_OPTIONS are 16400 (optRedirectStdout, optRawInput). I also use NOT Carp etc, but perhaps some of the Apache::Registry-Scripts ar

Re: Embperl 1.3b6: weird error

2000-10-24 Thread Gerald Richter
> I am using EmbperlObject how could @INC become corrupted? > Good question. In the simplest case if you or any module you use reassigns it. It didn't have seen this problem before, also a customer of us use EmbperlObject more then a year on a highly loaded server. Could you see in your lo

Re: Embperl 1.3b6: weird error

2000-10-24 Thread Ilia Lobsanov
I am using EmbperlObject how could @INC become corrupted? ilia. - Original Message - From: "Gerald Richter" <[EMAIL PROTECTED]> To: "Ilia Lobsanov" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, October 24, 2000 15:04 Subject: Re: Embperl 1.3b6: weird error > > > > All of

Re: Embperl 1.3b6: weird error

2000-10-24 Thread Gerald Richter
> All of a sudden, my error log is showing this: > > [Tue Oct 24 00:37:55 2000] [error] [Tue Oct 24 00:37:55 2000] 14020 null > ERR: Can' > t locate object method "CurrPackage" via package "HTML::Embperl::DOC::_8" at > /usr/l > ib/perl5/site_perl/5.005/i386-linux/HTML/Embperl.pm line 866. > St

Re: Session error

2000-10-24 Thread Gerald Richter
> > perhaps the error message was sent out to the browser, because I > switched full error messages on? > Do you mean Apache errormessages i.e. in httpd.conf or have you some special settings in EMBPERL_OPTIONS ? Gerald - To

Re: GET is ok, POST is not working

2000-10-24 Thread Gerald Richter
> > The logs look identical to me, but the post does not display on the > browser. > Maybe something is wrong with http headers. If you have LWP installed (if not you should do it) the try POST -e http://localhost/your/url name=one&age=two This should display the response headers along with the

Re: Session error

2000-10-24 Thread Alvar Freude
Hi, > i noticed that you have to load Apache::Session before HTML::Embperl, > else it doesn't find the right session stuff (Embperl.pm doesn't > require Apache::Session itself). yes, i use it in start-up.pl before Embperl.pm, so this has nothing todo with this problem. Ciao Alvar -- Alvar

Re: Session error

2000-10-24 Thread Alvar Freude
Hi, > The message is correct, but you shouldn't see it because it is wrapped in an > eval and the errormessage is set the nothing in the next line. > > The line is a workaround for a problem with Apache::Session::Store::File. > > Where do you see this message? In only in your error log or do yo

Re: GET is ok, POST is not working

2000-10-24 Thread James Lee
> Are you sure you don't have CGI.pm or something in the middle, eating the > form data? I am sure that I don't have CGI.pm or anything else in the middle. If I did, wouldn't that affect get as it would post? > Do you have any EMBPERL_OPTIONS set? No. The only option I have set is EMBPERL_DE