> I have Apache 1.3.24 (RH7.3 - compiled it myself with ModPerl 1.27) and
> EmbPerl 2.0b7.  ModPerl make test worked after I got current perl modules
> installed for relevant parts.  Now when I run my web server and load a
page, I
> get the error Can't call method "connection" on an undefined value at line
15
> which follows.  It appears that something is wrong with modperl but I'm
not
> sure what.  Is this related to Apache::SessionX configuration or something
> else?
>
> if (!defined $req_rec -> connection -> user) {....}
>

Are you using Embperl::Object. Somebody has reported to me that there is a
problem with $req_rec in the base template in 2.0b7, but I didn't had the
time to take a closer look at it. Try

if (!defined Apache -> request -> connection -> user) {....}

Does this work?

Gerald

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to