Internal error with koha 2.2
Hi, I just installed koha-2.2 rc3, and I get an internal error when: * I add a biblio, from breeding or a new one (url:8080/cgi-bin/koha/acqui.simple/addbiblio.pl?breedingid=69) * I search into the catalog (url: :8080/cgi-bin/koha/search.marc/search.pl?type=intranet) I can search biblio from the breeding farm, and I can import biblio. So I guess that my installation is correct. These "internal error" didn't happen with RC1. I didn't test RC2. I get nothing in my logs apache, and my logs koha are empty. -- Michaël P. gpg: D4C8 F73D A000 71C7 44EF 27E6 8982 4991 7126 3CE3
Michaël Parienti a écrit :
Hi,
I just installed koha-2.2 rc3, and I get an internal error when: * I add a biblio, from breeding or a new one (url:8080/cgi-bin/koha/acqui.simple/addbiblio.pl?breedingid=69) * I search into the catalog (url: :8080/cgi-bin/koha/search.marc/search.pl?type=intranet)
I can search biblio from the breeding farm, and I can import biblio. So I guess that my installation is correct. These "internal error" didn't happen with RC1. I didn't test RC2.
Did you see my mail (here & on french info mailing list) titled "YAB Yet another Bug" ? I've found another bug in RC3 (an untested rollback I made just before building the tarball...) In modules/C4/Biblio.pm, line 72 remove the &branches (the branches sub is in Acquisition, not in Biblio) Sorry.
I get nothing in my logs apache, and my logs koha are empty.
you're probably not looking at the right file. -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
Paul POULAIN wrote:
Michaël Parienti a écrit :
Did you see my mail (here & on french info mailing list) titled "YAB Yet another Bug" ? I've found another bug in RC3 (an untested rollback I made just before building the tarball...) In modules/C4/Biblio.pm, line 72 remove the
&branches
(the branches sub is in Acquisition, not in Biblio) Sorry.
I get nothing in my logs apache, and my logs koha are empty.
you're probably not looking at the right file.
I finally found the log file and found the source of the bug. My table stopwords was empty, so C4::Context->stopwords was undef in modules/C4/SearchMarc.pm, at line 239. I manually create a stop word, and everything that didn't work works now. But I didn't investigate to know why the stopwords table was not filled during the installation's koha. I chose the "english" language for during the installation. -- Michaël P. gpg: D4C8 F73D A000 71C7 44EF 27E6 8982 4991 7126 3CE3
Michaël Parienti a écrit :
I finally found the log file and found the source of the bug.
My table stopwords was empty, so C4::Context->stopwords was undef in modules/C4/SearchMarc.pm, at line 239. I manually create a stop word, and everything that didn't work works now.
But I didn't investigate to know why the stopwords table was not filled during the installation's koha. I chose the "english" language for during the installation.
Why did I write release notes ? that's a good question... In diff RC2 => RC3 is written : * Not really a bug but : stopword must not be empty. If it's empty, the search fail. and * During install, the user can load french and english stopwords if he want. "If he want" means that you must load them through the tool to select various files for inclusion into active DB. -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
participants (2)
-
Michaël Parienti -
Paul POULAIN