Hello, while trying to get Koha 3.0 running on my personal computer (openSUSE 11.0), I get the message "production mode - trapped fatal error" while opening the intranet address. /var/log/koha/koha-error_log says: [Sun Dec 14 23:09:11 2008] [error] [client 127.0.0.1] [Sun Dec 14 23:09:11 2008] Reserves.pm: DBD::mysql::db selectrow_array failed: Tabelle 'koha.systempreferences' existiert nicht at /usr/share/koha/lib/C4/Context.pm line 479. (=> mysql table does not exist) [Sun Dec 14 23:09:11 2008] [error] [client 127.0.0.1] [Sun Dec 14 23:09:11 2008] mainpage.pl: DBD::mysql::st execute failed: Tabelle 'koha.auth_types' existiert nicht at /usr/share/koha/lib/C4/Koha.pm line 341. (=> mysql table does not exist) [Sun Dec 14 23:09:11 2008] [error] [client 127.0.0.1] [Sun Dec 14 23:09:11 2008] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Koha.pm line 342. (...) (tons of complaints because of non-existing database tables) [Sun Dec 14 23:09:16 2008] [error] [client 127.0.0.1] [Sun Dec 14 23:09:16 2008] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 443. => okay, the redirect to cgi-bin/koha/installer/install.pl works fine [Sun Dec 14 23:09:16 2008] [error] [client 127.0.0.1] [Sun Dec 14 23:09:16 2008] install.pl: DBD::mysql::st execute failed: Tabelle 'koha.language_subtag_registry' existiert nicht at /usr/share/koha/lib/C4/Languages.pm line 178. (=> mysql table does not exist) [Sun Dec 14 23:09:16 2008] [error] [client 127.0.0.1] [Sun Dec 14 23:09:16 2008] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 179. [Sun Dec 14 23:09:16 2008] [error] [client 127.0.0.1] [Sun Dec 14 23:09:16 2008] install.pl: DBD::mysql::db selectrow_array failed: Tabelle 'koha.systempreferences' existiert nicht at /usr/share/koha/lib/C4/Context.pm line 479. (=> mysql table does not exist) [Sun Dec 14 23:09:16 2008] [error] [client 127.0.0.1] [Sun Dec 14 23:09:16 2008] install.pl: Use of uninitialized value $debug_level in string eq at /usr/share/koha/lib/C4/Context.pm line 45. ??? [Sun Dec 14 23:09:16 2008] [error] [client 127.0.0.1] [Sun Dec 14 23:09:16 2008] install.pl: Use of uninitialized value $debug_level in string eq at /usr/share/koha/lib/C4/Context.pm line 45. ??? [Sun Dec 14 23:09:16 2008] [error] [client 127.0.0.1] [Sun Dec 14 23:09:16 2008] install.pl: Can't call method "id" on an undefined value at InstallAuth.pm line 278. ??? Can please anybody help me what I have to do to continue and complete the installation process? (How to fix the $debug_level problem?) Thanks Ulrich Kretschmer PS: For me, the whole Koha installation process is a great obstacle for further Koha distribution. Even for an (more or less) experienced Linux user, it's a pain (it took me hours...). I wish there were simple installation RPM's.