http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9980

            Bug ID: 9980
           Summary: Anonymous searches in the OPAC entirely broken
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: blocker
          Priority: P5 - low
         Component: OPAC
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
        Depends on: 7740

I get the following error when I try to do a search on the OPAC without logging
in:

Software error:
Can't use an undefined value as a HASH reference at
/home/jcamins/kohaclone/opac/opac-search.pl line 719.
For help, please send mail to the webmaster (webmaster@koha), giving this error
message and the time and date of the error.

This is caused by commit 4def1cb4 (bug 7740). The solution is to wrap the
C4::Context->userenv bit in an if statement. Since we are so late in the
release cycle, and reverting is easy, I will plan to revert 7740 on or about
April 5 if this bug is not adopted by then.

-- 
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/

Reply via email to