Thomas Sewell-2 wrote: > >>Those errors are actually harmless, except for the 'production mode - >>trapped fatal error' one. Loading kohastructure.sql manually will just >>confuse the web installer. I've gotten that production mode error >>myself when I had the wrong CGI::Session libraries installed. You may >>need to install CGI::Session::yaml > Installing DATA-UUID and CGI-Session-YAML, then Manually downloading and > installing > http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/CGI-Session-Serialize-ya > ml-4.21.tgz solved the "production mode - trapped fatal error" problem for > me. >
I had the same problem: "production mode - trapped fatal error" when trying to initialize Koha, and this line in the error file: 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. But to get mine to work I didn't need CGI::Session::YAML. So for newer Linux users (like me) here's how I fixed mine step-by-step on Ubuntu 8.04: $ sudo su # perl -MCPAN -e 'install CGI::Session' # cd /build # wget http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/CGI-Session-Serialize-yaml-4.21.tgz # tar -xzvf CGI-Session-Serialize-yaml-4.21.tgz # cd CGI-Session-Serialize-yaml-4.21 # perl Makefile.PL # make # make test # make install $ exit Then restart Apache. For Ubuntu that's: $ sudo /etc/init.d/apache2 restart ...Andy Giesler -- View this message in context: http://www.nabble.com/Installing-3.0-on-FreeBSD---Web-Installer-Errors-tp19684528p19977947.html Sent from the Koha - Dev mailing list archive at Nabble.com. _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel