Bug 5424

Summary: Intranet interface references intranet/htdocs/opac-tmpl which does not exist
Product: Koha Reporter: Doug Kingston <dpk>
Component: SearchingAssignee: Galen Charlton <gmcharlt>
Status: CLOSED INVALID QA Contact: Bugs List <koha-bugs>
Severity: normal    
Priority: P5 - low CC: magnus
Version: rel_3_2   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Doug Kingston 2010-11-21 14:03:37 UTC
A number of different searches appear to generate references to intranet/htdocs/opac-tmpl which does not exist.

Example:
Home > Authorities
Authority search for "England" => get a hit with 611 biblios.
Select biblios to see the first 20 => a list of biblio entries
This was the URL:
http://kohaadmin.efdss.org/cgi-bin/koha/catalogue/search.pl?type=intranet&op=do_search&idx=an&q=163
This was logged in koha-error_log:
[Sun Nov 21 13:48:59 2010] [error] [client 92.234.0.16] File does not exist: /usr/share/koha/intranet/htdocs/opac-tmpl, referer: http://kohaadmin.efdss.org/cgi-bin/koha/catalogue/search.pl?type=intranet&op=do_search&idx=an&q=163
Comment 1 Owen Leonard 2010-11-21 14:27:48 UTC
> Example:
> Home > Authorities

Is this only one example of multiple instances you found of the bug?
Comment 2 Doug Kingston 2010-11-21 16:05:27 UTC
Here's another:

Home > Cataloging
Catalog Search enter "sharp" then push Submit -> 54 result(s) found
and this errir in the log:
[Sun Nov 21 15:38:52 2010] [error] [client 92.234.0.16] [Sun Nov 21 15:38:52 2010] addbooks.pl: Use of uninitialized value in subroutine entry at /usr/local/lib/perl/5.10.0/Lingua/Stem/Snowball.pm line 55., referer: http://kohaadmin.efdss.org/cgi-bin/koha/cataloguing/addbooks.pl

And another:

Home > Search (from the top bar), Enter Children in the top keyword box (its
in our Authorities list), and push Search:
[Sun Nov 21 16:01:45 2010] [error] [client 92.234.0.16] File does not exist: /usr/share/koha/intranet/htdocs/opac-tmpl, referer: http://kohaadmin.efdss.org/cgi-bin/koha/catalogue/search.pl?idx=kw&q=Children&op=and&idx=kw&op=and&idx=kw&sort_by=relevance

It happens in different places, and with different params, but it seems isolated to addbook.pl and search.pl references.
Comment 3 Owen Leonard 2010-12-17 19:15:02 UTC
I see no errors like this in an up-to-date installation. Can you confirm that you are using Koha 3.2?
Comment 4 Magnus Enger 2012-12-05 11:26:52 UTC
Closing this since it has been ~2 years since the last comment and noone has complained about this in newer versions.