Quoting MJ Ray <mjr@dsl.pipex.com>:
On 2004-10-30 05:45:44 +0100 csg7142@students.kennesaw.edu wrote:
My first thought is that the database did not install completely. There should be 60 or so tables. Can you check whether there are in your copy? (Connect to mysql and enter "show tables;" IIRC) mysql> use Koha; mysql> show tables; [...] 46 rows in set (0.00 sec)
You are missing a number of tables. Check your installation log for problems, if you made one. You may be able to fix this by running scripts/updater/updatedatabase manually, but I've not tried that recently.
Let us know how it goes, please.
bash# pwd /usr/local/koha/intranet/scripts/updater bash-2.05b# perl updatedatabase -I /usr/local/koha/intranet/modules/C4 Can't locate C4/Context.pm in @INC (@INC contains: /usr/libdata/perl5/i386- openbsd/5.8.0 /usr/local/libdata/perl5/i386- openbsd/5.8.0 /usr/libdata/perl5 /usr/local/libdata/perl5 /usr/local/libdata/per l5/site_perl/i386-openbsd /usr/libdata/perl5/site_perl/i386- openbsd /usr/local/libdata/perl5/site_perl /usr/libdata/perl5/site_perl /usr/loc al/lib/perl5/site_perl .) at updatedatabase line 22. BEGIN failed--compilation aborted at updatedatabase line 22. As for the installation log I am not sure where it would reside, I checked in the dir where I put the tar ball /usr/src/koha-2.0.1 and the koha error logs are /usr/local/koha/log/. -------------------------------------------------