Question
PROBLEM:
http://localhost/twiki/bin/view.pl
produces an empty page
http://localhost/twiki/bin/configure.pl
produces the correct output. General path settings are correct.
IN THE LOGS:
[Sat Nov 18 07:34:26 2006] [error] [client 127.0.0.1]
Premature end of script headers: view.pl
[Sat Nov 18 07:34:26 2006] [error] [client 127.0.0.1]
Can't locate CGI/Session.pm in
@INC
(
@INC
contains: c:/Apache/WWW/twiki/lib/CPAN/lib//arch/ c:/Apache/WWW/twiki/lib/CPAN/lib//5.8.8/MSWin32-x86-multi-thread/ c:/Apache/WWW/twiki/lib/CPAN/lib//5.8.8/ c:/Apache/WWW/twiki/lib/CPAN/lib// c:/Apache/WWW/twiki/lib . C:/Perl/site/lib C:/Perl/lib) at (eval 9) line 1.
[Sat Nov 18 07:34:26 2006] [error] [client 127.0.0.1] BEGIN failed--compilation aborted at (eval 9) line 1.
Environment
--
YannmarieCordier - 18 Nov 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Solution was to install CGI:Session module:
1) launch ppm
2) have ppm install CGI::Session module
3) once finished, restarted Apache
Thanks to the book "Perl pour l'impatient"
ISBN: 2 9140010 72 9
9,80 Euros
--
YannmarieCordier - 25 Nov 2006