Thanks for your help Here is the relevant part of koha-error_log ------------------------------------------------- [Wed May 07 22:47:28 2008] [error] [client 127.0.0.1] [Wed May 7 22:47:28 2008] mainpage.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 410. [Wed May 07 22:47:29 2008] [error] [client 127.0.0.1] [Wed May 7 22:47:29 2008] install.pl: Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/site_perl/5.8.8/CGI/Session.pm line 129. [Wed May 07 22:47:29 2008] [error] [client 127.0.0.1] [Wed May 7 22:47:29 2008] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Context.pm line 38. [Wed May 07 22:47:29 2008] [error] [client 127.0.0.1] [Wed May 7 22:47:29 2008] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Context.pm line 38. [Wed May 07 22:47:29 2008] [error] [client 127.0.0.1] [Wed May 7 22:47:29 2008] install.pl: Can't locate object method "generate_id" via package "CGI::Session::ID::" (perhaps you forgot to load "CGI::Session::ID::"?) at /usr/lib/perl5/site_perl/5.8.8/CGI/Session.pm line 74. ------------------------------------------- Regards Ken On Wed, 2008-05-07 at 12:41 +0200, FrŽedeŽric Demians wrote:
When I enter http://localhost:8080 in the url bar it re-directs to http://localhost:8080/cgi-bin/koha/installer/install.pl
Something prevents the web installer perl script execution. What do you have in koha-error_log file? It may be an execution permission issue, related to file system rights or Apache cgi-bin rights, etc.