Re: Fwd: undefined value in Emperl/Util.pm

2020-01-07 Thread Ruben Safir
On Tue, Jan 07, 2020 at 03:51:39AM -0500, Ruben Safir wrote: > On Wed, May 17, 2017 at 02:53:03PM +0200, Benni Bärmann wrote: > > found it: you have to enable mpm_prefork module in apache. > > When I do this, I get an error AH00534: httpd: Configuration error: More than one MPM loaded. ruben@ap

Re: Fwd: undefined value in Emperl/Util.pm

2020-01-07 Thread Ruben Safir
On Wed, May 17, 2017 at 02:53:03PM +0200, Benni Bärmann wrote: > found it: you have to enable mpm_prefork module in apache. > > thanks for the help anyway :) > > 2017-05-17 12:09 GMT+02:00 Benni Bärmann : > > > > > 2017-05-17 9:48 GMT+02:00 Ruben Safir : > > > >> On 05/17/2017 03:45 AM, Benni Bä

Re: Fwd: undefined value in Emperl/Util.pm

2017-05-17 Thread Ruben Safir
On 05/17/2017 08:53 AM, Benni Bärmann wrote: > found it: you have to enable mpm_prefork module in apache. > > thanks for the help anyway :) what, I wasn't helpful :) We figured out it wasn't likely the pearl and the trouble was in Apache >>blink<< -- So many immigrant groups have swept throu

Re: Fwd: undefined value in Emperl/Util.pm

2017-05-17 Thread Benni Bärmann
found it: you have to enable mpm_prefork module in apache. thanks for the help anyway :) 2017-05-17 12:09 GMT+02:00 Benni Bärmann : > > 2017-05-17 9:48 GMT+02:00 Ruben Safir : > >> On 05/17/2017 03:45 AM, Benni Bärmann wrote: >> > $sess = $Embperl::req -> app -> udat ; >> off hand, it seems like

Fwd: Fwd: undefined value in Emperl/Util.pm

2017-05-17 Thread Benni Bärmann
2017-05-17 9:48 GMT+02:00 Ruben Safir : > On 05/17/2017 03:45 AM, Benni Bärmann wrote: > > $sess = $Embperl::req -> app -> udat ; > off hand, it seems like an installation problem > > i think so, yes. but i have no idea how to solve it. > that is the request object, I believe. > it is in the ma

Re: Fwd: undefined value in Emperl/Util.pm

2017-05-17 Thread Ruben Safir
On 05/17/2017 03:45 AM, Benni Bärmann wrote: > $sess = $Embperl::req -> app -> udat ; off hand, it seems like an installation problem that is the request object, I believe. -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in t

Re: Fwd: undefined value in Emperl/Util.pm

2017-05-17 Thread Ruben Safir
On 05/17/2017 03:45 AM, Benni Bärmann wrote: > $sess = $Embperl::req -> app -> udat ; there has to be udat look up the req module -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998 http

Re: Fwd: undefined value in Emperl/Util.pm

2017-05-17 Thread Benni Bärmann
The line: $sess = $Embperl::req -> app -> udat ; The whole function: sub CreateAliases { my $package = caller ; my $dummy ; no strict ; if (!defined(${"$package\:\:row"})) { # create new aliases for Embperl magic vars foreach (@AliasScalar) {

Re: Fwd: undefined value in Emperl/Util.pm

2017-05-16 Thread Ruben Safir
On Wed, May 17, 2017 at 07:55:31AM +0200, Benni Bärmann wrote: > Hello everybody, > > i try to give some new life to an old emperl aplication, but there is this > error (shown in the browser): > > Error in Perl code: Can't call method "app" on an undefined value at > /usr/lib/x86_64-linux-gnu/per

Fwd: undefined value in Emperl/Util.pm

2017-05-16 Thread Benni Bärmann
Hello everybody, i try to give some new life to an old emperl aplication, but there is this error (shown in the browser): Error in Perl code: Can't call method "app" on an undefined value at /usr/lib/x86_64-linux-gnu/perl5/5.22/Embperl/Util.pm line 108. My environment ist the standard packages f