http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167
--- Comment #229 from Chris Cormack <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
