<div>Hello all,</div>
<div>I fixed my last problem and got a passing MARC Bibliographic framework test by doing a query &quot;select tagfield,tagsubfield,kohafield,tab from marc_subfield_structure where tab=10&quot; and removing any duplicate records.</div>

<div>&nbsp;</div>
<div>I then ran rebuild_zebra again and got a warning &quot;record didn&#39;t contain match fields in (bibl,Local-number)&quot;.&nbsp; I fixed this by making some changes to the record.abs file at /etc/koha/zebradb/marc_defs/marc21/biblios/.&nbsp; Commented out the part about:</div>

<div>&nbsp;</div>
<div>melm 999$c Local-number:n,Local-Number:w,Local-Number:s</div>
<div>melm 999$d biblioitemnumber:n, biblioitemnumber:w, biblioitemnumber:s</div>
<div>&nbsp;</div>
<div>and added:</div>
<div>melm 090$c biblioitemnumber:n, biblioitemnumber:w, biblioitemnumber:s</div>
<div>melm 090$d Local-number:n,Local-Number:w,Local-Number:s<br></div>
<div>Then I restarted the zebra server and ran the rebuild_zebra.pl script.&nbsp; I looked at /var/log/koha/koha-zebradaemon-output.log and saw I had a permission error.&nbsp; So I went to the directory: /var/lock/koha/zebradb/biblio/ and did $chown -R kohaadmin:koha * (as suggested) and changed the ownership of the files from root to my user.</div>

<div>&nbsp;</div>
<div>Now I am able to search for titles in the Intranet side.&nbsp; Moving on to the OPAC side - I am not able to search yet, but I&#39;m working on it.</div>
<div>&nbsp;</div>
<div>So that&#39;s what I did to fix some of my errors - in case anyone else runs into the same situation.</div>
<div>&nbsp;</div>
<div>- mc</div>
<div>&nbsp;</div>
<div class="gmail_quote">On Thu, Nov 13, 2008 at 10:08 AM, Melisa Canales <span dir="ltr">&lt;<a href="mailto:mcanales29@gmail.com">mcanales29@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>Hello,</div>
<div>Thanks for your response.&nbsp; Checking the error logs is a good idea, but I&#39;m not sure I understand what I am finding there.&nbsp; Also, I have found some errors when I do the MARC Bibliographic framework test.&nbsp; I was able to fix one of the errors but I&#39;m still looking into the other one.&nbsp; Under the Item tag test&nbsp;the result is&nbsp;&quot;There is more than 1 MARC tag related to items tab (10) : 852,952,&quot;.&nbsp; I think I understand what it means, but I don&#39;t know how or where to fix it.</div>

<div>&nbsp;</div><font color="#888888">
<div>- mc<br></div></font>
<div>
<div></div>
<div class="Wj3C7c">
<div class="gmail_quote">On Tue, Nov 11, 2008 at 12:17 PM, Magnus Enger <span dir="ltr">&lt;<a href="mailto:magnus@enger.priv.no" target="_blank">magnus@enger.priv.no</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi, Melisa!<br><br>Have you checked the error-logs? On a standard install they should be in<br>something like /var/log/koha and have names like koha-error_log,<br>
koha-zebradaemon-output.log, koha-opac-error_log, koha-zebraqueue.err,<br>koha-zebradaemon.err, koha-zebraqueue-output.log (I think some of those are<br>&quot;non-standard&quot; and have to be turned on actively.) You might get some idea of<br>
where the trouble is by looking at the end of these files.<br><br>I had the same problem on a recent install, and the solution turned out to be<br>that I was running zebra as a user named koha, while some of the necesarry<br>
files were owned by root. The solution was to run a command like<br>$ chown -R koha:koha /var/koha/*<br>to change the ownership of the necessary files.<br><br>Good luck!<br>Magnus<br>&quot;May the source be with you!&quot;<br>
<br><br>----- Original Message -----<br>From: &quot;Melisa Canales&quot; &lt;<a href="mailto:mcanales29@gmail.com" target="_blank">mcanales29@gmail.com</a>&gt;<br>To: <a href="mailto:koha@lists.katipo.co.nz" target="_blank">koha@lists.katipo.co.nz</a><br>
Sent: Tue, 11 Nov 2008 11:43:43 -0600<br>Subject: [Koha] Catalog search returns &quot;No results found&quot;<br><br>&gt; Hello,<br>&gt; We have a Ubuntu server running an older version of Koha (2.2.6). &nbsp;We are<br>&gt; trying to move to Koha 3.0, so I have done a fresh install of Koha<br>
&gt; <a href="http://3.00.00.107/" target="_blank">3.00.00.107</a> on a different machine where I have installed Debian &quot;etch&quot;. &nbsp;I<br><br>&gt; have also installed Zebra <a href="http://2.0.32./" target="_blank">2.0.32.</a> &nbsp;I have followed the instructions in the<br>
&gt; INSTALL.debian file and the Koha installation seemed to work out ok. &nbsp;To<br>get<br>&gt; our existing data from the old machine, I did a mysqldump and moved the<br>data<br>&gt; to the new box. &nbsp;I then followed the instructions in the &quot;Upgrading from<br>
&gt; Koha 2.2 to Koha 3.0&quot; document to get the database in shape for Koha 3.0.<br>&gt; That seemed to work as I can search patrons and I can view all the data in<br>&gt; mysql or phpmyadmin. &nbsp;However when I try to search for titles through the<br>
&gt; Koha intranet or opac, I get the &quot;No results found&quot; message. &nbsp;I have<br>started<br>&gt; zebra and run the rebuild_zebra script and still get the same message.<br>&nbsp;I<br>&gt; have tried to enter a new record, run rebuild_zebra, search - and still no<br>
&gt; results found. &nbsp; &nbsp; &nbsp; &nbsp;I&#39;m not sure what to do at this point. &nbsp;Any ideas?<br>&gt;<br>&gt; Thanks,<br>&gt; mc</blockquote></div><br></div></div></blockquote></div><br>