Re: Can't locate object method "new" via package "CGI::Cookie"

2020-06-01 Thread Vincent Veyron
On Mon, 1 Jun 2020 09:55:24 +0200 André Warnier (tomcat/perl) wrote: > > PerlPostConfigRequire "/etc/apache2/modperl2_startup.pl" > > Maybe you forgot this on one of the systems, and not the other ? > You know, I grepped the hell out of my modules for an hour before posting, trying to find t

Re: Can't locate object method "new" via package "CGI::Cookie"

2020-06-01 Thread tomcat/perl
33:59196] Can't locate object method "new" via package "CGI::Cookie" (perhaps you forgot to load "CGI::Cookie"?) at /home/lib/Marica/Base/login.pm line 198.\n, referer: https://marica.fr/site/abonnes/index.html It works fine if add "use CGI::Cookie" to m

AW: Can't locate object method "new" via package "CGI::Cookie"

2020-05-31 Thread Andreas Mock
in Apache error log where it gets loaded in the module stack. Best regards Andreas -Ursprüngliche Nachricht- Von: Vincent Veyron Gesendet: Sonntag, 31. Mai 2020 20:50 An: modperl@perl.apache.org Betreff: Can't locate object method "new" via package "CGI::Cookie&q

Can't locate object method "new" via package "CGI::Cookie"

2020-05-31 Thread Vincent Veyron
x27;session', -value => $session_id, -domain => $hostname ) ; generates the following error on server2 : [Sun May 31 19:54:03.053725 2020] [perl:error] [pid 30663] [client 83.113.48.133:59196] Can't locate object method &qu