correcting template path info - re: upgrade to 1.3.3
Well, being a Systems Tech by profession and impatient by nature, I managed to solve my problem with the path to /default/ templates. For the record, the clues were found under the installation directory (/usr/local/koha/ by default) in intranet/modules/C4/Output.pm Reading through the function calls, I found that gettemplate() swaps the definition of the $htdocs directory based on being called with param string 'intranet'. The value it wants to use is taken from the Context->config() - which is defined in /etc/koha.conf The global koha.conf file needed two additional keys: intrahtdocs=/usr/local/koha/intranet/htdocs/intranet-tmpl opachtdocs=/usr/local/koha/opac/htdocs/opac-tmpl I have set both of these with absolute paths, although I think from a *very* quick read of the rest of Output.pm that partial paths (relative to the config values intranetdir= and opacdir= ) might be enough ... For the record. Cheers, Erik
Hi, During my installation of Koha 1.3.3, i get the following error: Choose MARC definition [1]: 1 cat: script/misc/marc_datas/marc21_en/structure_def.sql: No such file or directory How to fix this please? Thanks., Paul ========================================================================= LIBRARY | The Institute of Mathematical Sciences | 4th Cross Road | Cable: MATSCIENCE Central Institutes of Technology Campus| Phone: +91-44-254 1856 Tharamani | Fax: +91-44-254 1586 CHENNAI (Madras) | E-mail: library@imsc.ernet.in TAMILNADU - 600 113, INDIA | URL: http://www.imsc.ernet.in =========================================================================
IMSc Library a écrit:
Hi,
During my installation of Koha 1.3.3, i get the following error:
Choose MARC definition [1]: 1 cat: script/misc/marc_datas/marc21_en/structure_def.sql: No such file or directory
How to fix this please?
already known and fixed in cvs : just replace script/.. by scripts/... (missing "s") -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
participants (3)
-
Erik Stainsby -
IMSc Library -
paul POULAIN