We are having some search problems (keyword search doesn't work) when we configure default.idx to use the icu.xml file to handle diacritics. Koha 3.01.00.002 on Ubuntu 8.04. Zebra 2.0.34 I am noticing some interesting errors in the koha-opac-error_log file: [Thu Nov 06 11:47:19 2008] [error] [client xxxxx] [Thu Nov 6 11:47:19 2008] opac-search.pl: PARAM:LOOP:next_loop:hash pointer was expected but not found at /usr/local/lib/perl/5.8.8/HTML/Template/Pro.pm line 191. [Thu Nov 06 11:47:36 2008] [error] [client xxxxx] [Thu Nov 6 11:47:36 2008] opac-search.pl: PARAM:LOOP:next_loop:hash pointer was expected but not found at /usr/local/lib/perl/5.8.8/HTML/Template/Pro.pm line 191., referer: http://164.64.109.237/cgi-bin/koha/opac-search.pl?idx=ti&q=josefina [Thu Nov 06 11:47:40 2008] [error] [client xxxxx] [Thu Nov 6 11:47:40 2008] opac-search.pl: PARAM:LOOP:next_loop:hash pointer was expected but not found at /usr/local/lib/perl/5.8.8/HTML/Template/Pro.pm line 191. [Thu Nov 06 11:47:50 2008] [error] [client xxxxx] [Thu Nov 6 11:47:50 2008] opac-search.pl: PARAM:LOOP:next_loop:hash pointer was expected but not found at /usr/local/lib/perl/5.8.8/HTML/Template/Pro.pm line 191. [Thu Nov 06 11:48:09 2008] [error] [client xxxxx] [Thu Nov 6 11:48:09 2008] opac-search.pl: PARAM:LOOP:next_loop:hash pointer was expected but not found at /usr/local/lib/perl/5.8.8/HTML/Template/Pro.pm line 191. [Mon Nov 10 16:35:49 2008] [error] [client xxxxx] [Mon Nov 10 16:35:49 2008] opac-search.pl: WARNING: query problem with ((rk=( lc,ext,r1="Josefina" or lc,phr,r3="Josefina" or lc,rt,wrdl,r3="Josefina")) ) and ( (lost,st-numeric <= 0) or ( allrecords,AlwaysMatches='' not lost,AlwaysMatches='') ) ZOOM error 10014 "CCL parsing error" (addinfo: "Unknown qualifier") from diag-set 'ZOOM' at /usr/share/koha/lib/C4/Search.pm line 386. [Wed Nov 12 08:51:37 2008] [error] [client xxxxx] HTML::Template::Pro:in TMPL_IF at pos 2399:end tag:found e instead of > at pos 2425 [Wed Nov 12 08:51:37 2008] [error] [client xxxxx] HTML::Template::Pro:in TMPL_IF at pos 2860:end tag:found e instead of > at pos 2886 [Wed Nov 12 14:01:02 2008] [error] [client xxxxx] HTML::Template::Pro:in TMPL_IF at pos 2399:end tag:found e instead of > at pos 2425 [Wed Nov 12 14:01:02 2008] [error] [client xxxxx] HTML::Template::Pro:in TMPL_IF at pos 2860:end tag:found e instead of > at pos 2886 [Wed Nov 12 14:33:36 2008] [error] [client xxxxx] HTML::Template::Pro:in TMPL_IF at pos 2399:end tag:found e instead of > at pos 2425 [Wed Nov 12 14:33:36 2008] [error] [client xxxxx] HTML::Template::Pro:in TMPL_IF at pos 2860:end tag:found e instead of > at pos 2886 +----------------------------------------------------------------------- -----+ John Chadwick, Ed.D. Information Technology Manager New Mexico State Library 1209 Camino Carlos Rey Santa Fe, NM 87507 Phone: 505-476-9740 Cell: 505-629-8116 Fax: 505-476-9761 john.chadwick@state.nm.us http://www.nmstatelibrary.org Confidentiality Notice: This e-mail, including all attachments is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited unless specifically provided under the New Mexico Inspection of Public Records Act. If you are not the intended recipient, please contact the sender and destroy all copies of this message. -- This email has been scanned by the Sybari - Antigen Email System.
Hi John, On Wed, Nov 12, 2008 at 4:55 PM, Chadwick, John, DCA <john.chadwick@state.nm.us> wrote:
[Wed Nov 12 08:51:37 2008] [error] [client xxxxx] HTML::Template::Pro:in TMPL_IF at pos 2399:end tag:found e instead of > at pos 2425
I've submitted a patch for this particular error (see bug 2779). Regards, Galen -- Galen Charlton VP, Research & Development, LibLime galen.charlton@liblime.com p: 1-888-564-2457 x709 skype: gmcharlt
Galen, Thank you for getting started on this. John +-------------------------------------------+ John Chadwick, Ed.D. Information Technology Manager New Mexico State Library 1209 Camino Carlos Rey Santa Fe, NM 87507 505-476-9740 505-476-9761 (FAX) John.Chadwick@state.nm.us -----Original Message----- From: Galen Charlton [mailto:galen.charlton@liblime.com] Sent: Wednesday, November 12, 2008 5:22 PM To: Chadwick, John, DCA Cc: koha@lists.katipo.co.nz; koha-devel@lists.koha.org Subject: Re: [Koha-devel] HTML::Template::Pro problems? Hi John, On Wed, Nov 12, 2008 at 4:55 PM, Chadwick, John, DCA <john.chadwick@state.nm.us> wrote:
[Wed Nov 12 08:51:37 2008] [error] [client xxxxx] HTML::Template::Pro:in TMPL_IF at pos 2399:end tag:found e instead of > at pos 2425
I've submitted a patch for this particular error (see bug 2779). Regards, Galen -- Galen Charlton VP, Research & Development, LibLime galen.charlton@liblime.com p: 1-888-564-2457 x709 skype: gmcharlt ______________________________________________________________________ This inbound email has been scanned by the MessageLabs Email Security System. ______________________________________________________________________ Confidentiality Notice: This e-mail, including all attachments is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited unless specifically provided under the New Mexico Inspection of Public Records Act. If you are not the intended recipient, please contact the sender and destroy all copies of this message. -- This email has been scanned by the Sybari - Antigen Email System.
Galen, Thanks for the quick response. I downloaded the latest git release and updated the installation. The good news is that the keyword search now works, and if I enter in a term without a diacritic and the word has a diacritic in the record, the search works as well. So, the diacritic issue was actually a template issue instead of a zebra issue. The bad news is that now the title search does not work when I use a term that has a diacritic in the record and enter the term without the diacritic. If the title search is on a word that does not use a diacritic in the record, then the title search works fine. I now get the following error from koha-opac-error_log: [Mon Nov 17 09:34:14 2008] [error] [client xxxxxx] [Mon Nov 17 09:34:14 2008] opac-search.pl: PARAM:LOOP:next_loop:hash pointer was expected but not found at /usr/local/lib/perl/5.8.8/HTML/Template/Pro.pm line 191., referer: http://xxxxxxx/cgi-bin/koha/opac-search.pl?idx=ti&q=nina +----------------------------------------------------------------------- -+ John Chadwick, Ed.D. Information Technology Manager New Mexico State Library 1209 Camino Carlos Rey Santa Fe, NM 87507 Phone: 505-476-9740 Cell: 505-629-8116 Fax: 505-476-9761 john.chadwick@state.nm.us http://www.nmstatelibrary.org -----Original Message----- From: Galen Charlton [mailto:galen.charlton@liblime.com] Sent: Wednesday, November 12, 2008 5:22 PM To: Chadwick, John, DCA Cc: koha@lists.katipo.co.nz; koha-devel@lists.koha.org Subject: Re: [Koha-devel] HTML::Template::Pro problems? Hi John, On Wed, Nov 12, 2008 at 4:55 PM, Chadwick, John, DCA <john.chadwick@state.nm.us> wrote:
[Wed Nov 12 08:51:37 2008] [error] [client xxxxx] HTML::Template::Pro:in TMPL_IF at pos 2399:end tag:found e instead of > at pos 2425
I've submitted a patch for this particular error (see bug 2779). Regards, Galen -- Galen Charlton VP, Research & Development, LibLime galen.charlton@liblime.com p: 1-888-564-2457 x709 skype: gmcharlt ______________________________________________________________________ This inbound email has been scanned by the MessageLabs Email Security System. ______________________________________________________________________ Confidentiality Notice: This e-mail, including all attachments is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited unless specifically provided under the New Mexico Inspection of Public Records Act. If you are not the intended recipient, please contact the sender and destroy all copies of this message. -- This email has been scanned by the Sybari - Antigen Email System.
participants (2)
-
Chadwick, John, DCA -
Galen Charlton