Sorry, I sent out this one without searching for all solutions Found this by piwako in the mailing lists:
Install CGI-Session-Serialize-yaml-4.21.tgz downloaded on CPAN or perl -MCPAN -e 'install CGI::Session::Serialize::yaml'
Though in my case I had to force the install. At least I can load the login page now!! On Thu, 2008-10-16 at 15:24 +0200, Rakesh Mistry wrote:
Hi
I think I've managed to install Koha now (not sure if it's successfully!) I installed CGI::Session (V4.30) manually as per the advice of this page: http://wiki.koha.org/doku.php?id=ubuntu_gutsy
When I browse to the initial page http://localhost:8080 I get a "Production Mode - trapped fatal error"
I also looked at this: http://www.nabble.com/Koha-3.0-beta-on-Kubuntu-gutsy---% 22production-mode---trapped-fatal-error%22-td17071451.html But not sure it was that helpful as already installed CGI::Session manually.
Unfortunately I noticed these errors in my log (not the entire log file):
[Thu Oct 16 15:06:36 2008] [error] [client 192.168.1.217] [Thu Oct 16 15:06:36 2 008] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptio ns' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339. [Thu Oct 16 15:06:36 2008] [error] [client 192.168.1.217] [Thu Oct 16 15:06:36 2 008] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execut e() at /usr/share/koha/lib/C4/Languages.pm line 340. [Thu Oct 16 15:06:36 2008] [error] [client 192.168.1.217] [Thu Oct 16 15:06:36 2 ... [Thu Oct 16 15:06:36 2008] [error] [client 192.168.1.217] [Thu Oct 16 15:06:36 2008] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340. [Thu Oct 16 15:06:36 2008] [error] [client 192.168.1.217] [Thu Oct 16 15:06:36 2008] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 333. [Thu Oct 16 15:06:36 2008] [error] [client 192.168.1.217] [Thu Oct 16 15:06:36 2008] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 334. ... [Thu Oct 16 15:06:37 2008] [error] [client 192.168.1.217] [Thu Oct 16 15:06:37 2008] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 178. [Thu Oct 16 15:06:37 2008] [error] [client 192.168.1.217] [Thu Oct 16 15:06:37 2008] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 179. [Thu Oct 16 15:06:37 2008] [error] [client 192.168.1.217] [Thu Oct 16 15:06:37 2008] install.pl: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/CGI/Session.pm line 129. [Thu Oct 16 15:06:37 2008] [error] [client 192.168.1.217] [Thu Oct 16 15:06:37 2008] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 479. [Thu Oct 16 15:06:37 2008] [error] [client 192.168.1.217] [Thu Oct 16 15:06:37 2008] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Context.pm line 45. [Thu Oct 16 15:06:37 2008] [error] [client 192.168.1.217] [Thu Oct 16 15:06:37 2008] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Context.pm line 45. [Thu Oct 16 15:06:37 2008] [error] [client 192.168.1.217] [Thu Oct 16 15:06:37 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/local/share/perl/5.8.8/CGI/Session.pm line 74.
Any help will be really appreciated.
thanks Rax