http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13404
Mirko Tietgen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #4 from Mirko Tietgen <[email protected]> --- To test: [if you followed the wiki at some point and manually changed your zebra-biblios.cfg and zebra-authorities.cfg to DOM without renaming them, the patch won't work for you.] Simulate the various possible combinations by changing your koha-conf.xml. Make sure to leave with the correct settings in the end ;) - If you have <zebra_bib_index_mode> and <zebra_auth_index_mode> in your file, delete/comment them and check if there is an additional info when you reload about.pl, indicating which setting seems correct. Verify that it matches your setup. - Simulate the other setting: change the paths to the biblio and auth server config. -- If you use DOM, change '/your/path/zebra-biblios-dom.cfg' and '/your/path/zebra-authorities-dom.cfg' in the settings to /your/path/zebra-biblios.cfg and /your/path/zebra-authorities.cfg -- If you use GRS1, change '/your/path/zebra-biblios.cfg' and '/your/path/zebra-authorities.cfg' in the settings to /your/path/zebra-biblios-dom.cfg and /your/path/zebra-authorities-dom.cfg - Check the about.pl page for additional info about the setting. - Change everything back to normal and (re)add <zebra_bib_index_mode> and <zebra_auth_index_mode>. Set them to the wrong setting: if you actually use dom, set them to 'grs1' or the other way round. - Check about.pl, you should get an extra warning. -- 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/
