Hello, I’ve installed Koha 3 on Ubuntu 8.04 with all pre-run tests reporting success. When I visit http://127.0.1.1:8080/, Koha redirects me to http://127.0.1.1:8080/cgi-bin/koha/installer/install.pl and gives this message: production mode - trapped fatal error The Koha error log (/var/log/koha/koha-error_log) shows this error followed by several others: [Fri Oct 10 16:03:40 2008] [error] [client 127.0.1.1] [Fri Oct 10 16:03:40 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. Languages.pm line 178 is trying to select * from table “language_subtag_registry”. The 'koha' database has no such table; in fact, there it has no tables at all. I’ve confirmed that my 'kohaadmin' user exists, has the correct password, and owns the 'koha' database with all permissions enabled. Any ideas? …Andy Giesler
This error was discussed in another thread and the solution proposed was to install CGI::Session::yaml or CGI::Session::Serialize::yaml (two different answers were given). http://www.nabble.com/Installing-3.0-on-FreeBSD---Web-Installer-Errors-td196... --Betsy On Fri, Oct 10, 2008 at 3:26 PM, ANDREW MICHAEL EFREM GIESLER <agiesler@wisc.edu> wrote:
Hello,
I've installed Koha 3 on Ubuntu 8.04 with all pre-run tests reporting success. When I visit http://127.0.1.1:8080/, Koha redirects me to http://127.0.1.1:8080/cgi-bin/koha/installer/install.pl and gives this message:
production mode - trapped fatal error
The Koha error log (/var/log/koha/koha-error_log) shows this error followed by several others:
[Fri Oct 10 16:03:40 2008] [error] [client 127.0.1.1] [Fri Oct 10 16:03:40 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.
Languages.pm line 178 is trying to select * from table "language_subtag_registry". The 'koha' database has no such table; in fact, there it has no tables at all. I've confirmed that my 'kohaadmin' user exists, has the correct password, and owns the 'koha' database with all permissions enabled.
Any ideas?
…Andy Giesler _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
ANDREW MICHAEL EFREM GIESLER -
Betsy Law