[Koha-devel] Regressions in the latest CVS

Ambrose Li a.c.li at ieee.org
Wed Jan 15 05:53:03 CET 2003


Hi,

On Wed, Jan 15, 2003 at 11:25:52AM +0100, paul POULAIN wrote:
> 
> Did you test it ? If yes, i'll commit it without test, as installing 
> test is quite complex : remove koha, buildrelease, install, redo it in 
> case of mistake...

Yes, I did test it, but only for installation (i.e., the installer
runs to completion and installs Koha; I did try sample data
installation, but did not try UNIMARC this time), but after the
installation, I haven't tested the installed Koha yet. Sorry that
I have not tested this time as thoroughly as the previous patch.

There is one thing in the patch that is probably wrong, related to
/etc/koha.conf :

@@ -1018,7 +1054,7 @@
 hostname=$::hostname
 user=$::user
 pass=$::pass
-includes=$::intranetdir/htdocs/includes
+includes=$::opacdir/htdocs/includes
 intranetdir=$::intranetdir
 opacdir=$::opacdir
 kohalogdir=$::kohalogdir
@@ -1026,6 +1062,8 @@
 httpduser=$::httpduser
 intrahtdocs=$::intranetdir/htdocs/intranet-tmpl
 opachtdocs=$::opacdir/htdocs/opac-tmpl
+#XXX I had: intrahtdocs=$::intranetdir/cgi-bin/koha-tmpl/intranet-tmpl
+#XXX I had: opachtdocs=$::intranetdir/cgi-bin/koha-tmpl/opac-tmpl
 |;
     close(SITES);
     umask($old_umask);

These two changes probably should not really be there. (They're there
because it's the way 1.3.2 was patched, but it seems that 1.3.3 is
quite different.) Other than these two "hunks", the rest should be
correct.

Best regards,

-- 
Ambrose Li  <a.c.li at ieee.org>
http://ada.dhs.org/~acli/cmcc/  http://www.cccgt.org/

DRM is theft - We are the stakeholders




More information about the Koha-devel mailing list