Here is the full background. I installed Koha 2.0 on one computer, then downloaded from CVS onto another computer. I linked from CVS to the same directories where the installed files reside, and copied any configuration files from the first computer. Now both systems are identical, except that one is using Koha 2.0 (from the tarball), and one is using Koha from CVS (the HEAD branch, I believe). Both point to the same mysql database. Because my database is empty, I am adding books from my personal library. On the computer with Koha 2.0, addbiblio.pl displays a page with blank MARC tags. I fill in the ISBN, hit Z3950 search, and then the form gets filled in with the record I select from the popup. On the computer with CVS Koha, addbiblio.pl displays a page with tabs, but no MARC tags. The buttons for "Add biblio" and "Z3950 search" are there, but no fields for me to fill in. Both the script and the template have changed. I plan on diffing the files to see what has changed, and try to debug the problem. I estimate this will take several hours, since I didn't see anything obvious when I diffed them yesterday. I am hoping that someone might know what has changed, and be able to fix it, or direct me to the area I should debug. -kolibrie P.S. Thank you for that Koha Migration link. On Wed, May 26, 2004 at 10:19:22AM -0400, Stephen Hedges wrote:
Nathan, it sounds like you may not have your MARC tag structure set up properly, namely the tab value in the MARC subfield structure (marc_subfields_structure.pl). The tab value controls how the record is displayed. There's a little discussion of this at http://www.skemotah.com/Migrating_to_Koha.html#Prerequisites
Nathan Gray said:
I linked up CVS (see script below) and went to add a new biblio, but find that the addbiblio.pl script displays only the tabs, the heading "MARC biblio:", and buttons for "Add biblio" and "z3950 search".