The file not found errors are byproducts of the more fundamental database error.&nbsp; A lot of those paths should be controlled by system preferences that you appear not to have loaded.&nbsp; 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&#39;s not just values, it seems the tables themselves aren&#39;t there.&nbsp; You could connect on the mysql command line and check with &quot;show tables&quot;.<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">&lt;<a href="mailto:mason.loves.sushi@gmail.com">mason.loves.sushi@gmail.com</a>&gt;</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>
&gt; Okay, it has been a while since I have been here, I am on the road<br>
&gt; a lot for work.<br>
&gt; Back to Koha 3, I have the search page and librarian screens, but I<br>
&gt; cannot do anything with either. Search results are always &quot;not<br>
&gt; found&quot; and patrons don&#39;t exist.<br>
&gt; 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>
&gt; Below are the outputs of koha-opac-error_log and koha-error_log<br>
&gt; I do not know where to go from here, so any ideas are welcome.<br>
&gt; 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 &#39;make clean; perl Makefile.PL&#39;<br>
<br>
and try a &#39;dev&#39; install for comparison,<br>
<br></blockquote></div><br>