The file not found errors are byproducts of the more fundamental database error. A lot of those paths should be controlled by system preferences that you appear not to have loaded. The important errors are: DBD::mysql::st execute failed: Unknown column any_table.any_field It's not just values, it seems the tables themselves aren't there. You could connect on the mysql command line and check with "show tables". Mason is right that repeating the install steps is probably the best way to go. --Joe On Sat, Jan 24, 2009 at 4:01 PM, Mason James <mason.loves.sushi@gmail.com>wrote:
On 2009/01/25, at 8:31 AM, Marty wrote:
Okay, it has been a while since I have been here, I am on the road a lot for work. Back to Koha 3, I have the search page and librarian screens, but I cannot do anything with either. Search results are always "not found" and patrons don't exist. My /usr/share/koha/opac/htdocs/ only contains the opac-tmpl file...
hmmm, opac-tmpl should be a directory, is yours not?
Below are the outputs of koha-opac-error_log and koha-error_log I do not know where to go from here, so any ideas are welcome. Running on debian etch. Thanks!
you definitely seem to have a database issue
either no db perms for your koha user, no database, or a database with very few tables or a typo for your dbname - in your koha conf file
my advice, do new install - from a 'make clean; perl Makefile.PL'
and try a 'dev' install for comparison,