Hi, thanks for your friendly help... Am Montag, 22. Dezember 2008 07:56 schrieb Krishnan M:
Why are you getting the 'table does not exist' problems?
Did you verify that the database was created properly and has all the tables? The koha installer does not do this, you'll need to do this yourself with a command like
mysql -u <user> -D <databaseName> -p < /path/to/extracted/koha/installer/data/mysql/kohastructure.sql
Well, I thought the installer would do this. As far as I can see, this required installation step seems to be undocumented. Should be added to the installation documentation. (I hope somebody from Koha project members reads this...) My tables are now present and looking fine. But again I get the message "production mode - trapped fatal error" while opening the intranet address. The log file says now: [Mon Dec 22 23:33:16 2008] [error] [client 127.0.0.1] [Mon Dec 22 23:33:16 2008] mainpage.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 443. => okay [Mon Dec 22 23:33:17 2008] [error] [client 127.0.0.1] [Mon Dec 22 23:33:17 2008] install.pl: Use of uninitialized value $debug_level in string eq at /usr/share/koha/lib/C4/Context.pm line 45. => ??? [Mon Dec 22 23:33:17 2008] [error] [client 127.0.0.1] [Mon Dec 22 23:33:17 2008] install.pl: Use of uninitialized value $debug_level in string eq at /usr/share/koha/lib/C4/Context.pm line 45. => ??? [Mon Dec 22 23:33:17 2008] [error] [client 127.0.0.1] [Mon Dec 22 23:33:17 2008] install.pl: Can't call method "id" on an undefined value at InstallAuth.pm line 278. => ??? Any ideas how I can repair the $debug_level problem?? I've looked into the Context.pm source code. Line 443 checks for this variable's value. But I can't find the place where this value should have been defined before. Thanks for more help Ulrich