Hi , Thank you so much for your response.i am basically new to perl and Mysql.I believe i have sucessufully installed koha 3.0 on debian without any dependency issues and all the modules seem to work fine.I think i have not made myself clear in the las mial.here are my issues : 1.when i search for books through OPAC it says 'no results found' in catalogue(i have a few books which i imported using Z39.50 search)and error log says" biblio erro 109'.I know this is a basic issue but still i could not find out a right solution.i followed all the instructions that were give in the INSTALL.debian file.devolopers in the community say it is a databse related issue.if so can you let me know how to check whether my database is set to right encoding for Koha 3.0 to read. I have run misc/migration_tools/rebuild_zebra.pl -a -b -r quite a number of times whenever i update a new record it say the total number of record updated.no problem. 2.I dont have a barcode reader with me here.i wish to do the 'Check IN' and 'Check OUT' manually.one person suggested me that i map the barcode field in Administration->Koha to MARC Mapping->items->Barcode to a field of our choice .so i mapped it to ISBN.and i tried to Check Out a particular Patron by manually entering the ISBN number of a particular book that is available in the database.It says 'Barcode not foud'.is it possible for us to do it manually through keyboard withour using barcode reader ?. 3.i found through liblime demo that any staff/patron can place a hold on a particular book.but when i try to do the same in mine there seems to be no respnse in the page.only the koha administrator is able to hold a particular book.i had given permissions to the Staff/Patron to do so but still it does not work.If this is a bug How do i fix this. I hope i have made myself clear. Please do excuse me if some of these are basic and help me to solve these problems. Thanks in advance for your reply, regards, vimal Laxman P On Mon, Dec 22, 2008 at 6:22 PM, Ulrich Kretschmer <U.Kretschmer@bergruf.de>wrote:
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 _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha