[Koha-bugs] [Bug 7167] updatedatabase improvements

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 28 10:15:58 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167

--- Comment #229 from Chris Cormack <chris at bigballofwax.co.nz> ---
Do it on a fresh machine with no Koha installed (like you would when
installing), or make sure your KOHA_CONF variable is not set (like it would be
when installing).

eg

$ git checkout c340173
HEAD is now at c340173... Bug 7167: Set final updatedatabase.pl version

$ echo $KOHA_CONF
/home/chrisc/koha-dev/etc/koha-conf.xml

perl Makefile.PL 

Works fine

$ KOHA_CONF='' perl Makefile.PL                             
unable to locate Koha configuration file koha-conf.xml at
/home/chrisc/git/catalyst-koha/C4/Context.pm line 372.
unable to locate Koha configuration file koha-conf.xml at
/home/chrisc/git/catalyst-koha/C4/Context.pm line 372.
Can't call method "config" on unblessed reference at
/home/chrisc/git/catalyst-koha/C4/Context.pm line 790.

$ git checkout kc/master
HEAD is now at 5a61a3b... Revert "Bug 8378 - <fine> syntax not working on
overdues anymore"

$ KOHA_CONF='' perl Makefile.PL

Works fine

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list