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:<br><br><div style="margin-left: 40px;">
DBD::mysql::st execute failed: Unknown column any_table.any_field<br></div><br>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".<br>
<br>Mason is right that repeating the install steps is probably the best way to go.<br><br>--Joe<br><br><div class="gmail_quote">On Sat, Jan 24, 2009 at 4:01 PM, Mason James <span dir="ltr"><<a href="mailto:mason.loves.sushi@gmail.com">mason.loves.sushi@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d"><br>
On 2009/01/25, at 8:31 AM, Marty wrote:<br>
<br>
> Okay, it has been a while since I have been here, I am on the road<br>
> a lot for work.<br>
> Back to Koha 3, I have the search page and librarian screens, but I<br>
> cannot do anything with either. Search results are always "not<br>
> found" and patrons don't exist.<br>
> My /usr/share/koha/opac/htdocs/ only contains the opac-tmpl file...<br>
<br>
</div>hmmm, opac-tmpl should be a directory, is yours not?<br>
<div class="Ih2E3d"><br>
> Below are the outputs of koha-opac-error_log and koha-error_log<br>
> I do not know where to go from here, so any ideas are welcome.<br>
> Running on debian etch. Thanks!<br>
<br>
</div>you definitely seem to have a database issue<br>
<br>
either no db perms for your koha user, no database, or a database<br>
with very few tables<br>
or a typo for your dbname - in your koha conf file<br>
<br>
my advice, do new install - from a 'make clean; perl Makefile.PL'<br>
<br>
and try a 'dev' install for comparison,<br>
<br></blockquote></div><br>