Re: Make test error with V1.3.2

2001-05-16 Thread Gerald Richter
> > I have no idea of what below error message means. Any body knows? > >... > Found unexpected output in httpd errorlog: > [Wed May 16 15:26:56 2001] [error] Can't call method "getid" on an undefined > value at /home/andy/temp/HTML-Embperl-1.3.2/blib/lib/HTML/Embperl.pm line > 1691. > That mea

Re: CleanupSession / unreferenced scalar error

2001-05-16 Thread Gerald Richter
> > I am pretty sure my code is solid. In my [- -] block I use vars qw() and strict, and > I don't create any new vars in [$ $] or [+ +] blocks. The only clues I have is the > following from the error_log: > instead of use strict/use vars you should use [$ var $], because use strict doesn

Re: A simple error

2001-05-16 Thread Gerald Richter
> Somebody help me with little problem > > Extract from error_log of Apache 1.3 > > [Wed May 16 12:22:04 2001] [error] [7080]ERR: 24: Line 9: Error in Perl code: Can't l > ocate object method "TransaccionB_radar" via package "func_seisp" at /app/webs/acag/ht > ml/audiotel/check_ring.epl line 11

Re: Questions about epocgi (was Re: Question using base.epl while configuring Apache without mod_perl)

2001-05-16 Thread Gerald Richter
> I just downloaded the new version 1.3.2 and installed it on the machine > listed below. I am not able to get it to work with the files I listed > below, base.epl and index.html. I am calling: > > http://www.cannonschool.org/cgi-bin/epocgi.pl/Curriculum_and_Admissions/inde x.html > With the co

Make test error with V1.3.2

2001-05-16 Thread Andy Lim
I have no idea of what below error message means. Any body knows? - Starting httpd... [24707]SES: Embperl Session management enabled (>= 1.50) pid = 24707 ok Testing mod_perl mode... #0 ascii... ok #1 pure.htm...

CleanupSession / unreferenced scalar error

2001-05-16 Thread Brian Burke
I have an intermittent problem that is being a real pest to track down. I'm running Apache/1.3.14 (Unix) mod_perl/1.24_01 mod_ssl/2.7.1 OpenSSL/0.9.6 with Embperl-1.3.1 on a RedHat 6.0 box. I have an embperl page that seems to do what it's supposed to, but if you access the page 3 or 4 times, it

A simple error

2001-05-16 Thread Aldo Luis Orsini
Somebody help me with little problem Extract from error_log of Apache 1.3 [Wed May 16 12:22:04 2001] [error] [7080]ERR: 24: Line 9: Error in Perl code: Can't l ocate object method "TransaccionB_radar" via package "func_seisp" at /app/webs/acag/ht ml/audiotel/check_ring.epl line 113. [Wed

Questions about epocgi (was Re: Question using base.epl whileconfiguring Apache without mod_perl)

2001-05-16 Thread Gary Nielson
I just downloaded the new version 1.3.2 and installed it on the machine listed below. I am not able to get it to work with the files I listed below, base.epl and index.html. I am calling: http://www.cannonschool.org/cgi-bin/epocgi.pl/Curriculum_and_Admissions/index.html and I get: epocgi Serve

Re: SESSIONS_ARGS UNDER WinNT

2001-05-16 Thread Gerald Richter
> > >Do you load HTML::Embperl at server startup (i.e. PerlModule HTML::Embperl > >or use HTML::Embperl in a file that is loaded with PerlRequire from > >httpd.conf) ? If yes, try to not load Embperl at startup. Then Embperl will > >be loaded directly before the request and %udat will be tied at t

Re: SESSIONS_ARGS UNDER WinNT

2001-05-16 Thread Lukas Zapletal
>Did you try to start Apache with -X switch like I suggested yesterday ? Any >differences ? Yes, no differences. >Do you load HTML::Embperl at server startup (i.e. PerlModule HTML::Embperl >or use HTML::Embperl in a file that is loaded with PerlRequire from >httpd.conf) ? If yes, try to not load

Re: Embperl on Macos X ??

2001-05-16 Thread Gerald Richter
Hi, > has anyone tried to install embperl on macos X? > > i want to setup my old G3 as a production-server > with Embperl mod_perl support. > > i don't think there's any problem with that. > I don't have tried macos X, but I would be interested to get a feedback if you get it running or what pro

Re: SESSIONS_ARGS UNDER WinNT

2001-05-16 Thread Gerald Richter
> I have still problems with sessions, I configured 1.3.2 final like that: > Did you try to start Apache with -X switch like I suggested yesterday ? Any differences ? Do you load HTML::Embperl at server startup (i.e. PerlModule HTML::Embperl or use HTML::Embperl in a file that is loaded with P

Re: SESSIONS_ARGS UNDER WinNT

2001-05-16 Thread Lukas Zapletal
I have still problems with sessions, I configured 1.3.2 final like that: PerlSetEnv EMBPERL_SESSION_CLASSES "DB_File Null" PerlSetEnv EMBPERL_SESSION_ARGS "FileName=d:/temp/sessions/data.db LockDirectory=d:/temp/sessions" Directory exists. Error is reported at line 1691: $udat -> setid ($s

Embperl on Macos X ??

2001-05-16 Thread Gerhard Egger <[EMAIL PROTECTED]>
hi all, has anyone tried to install embperl on macos X? i want to setup my old G3 as a production-server with Embperl mod_perl support. i don't think there's any problem with that. thanks, gerhard egger - To unsub