Bug 10175 - Software error in opac-detail.pl when CGISESSID cookie is not set
Summary: Software error in opac-detail.pl when CGISESSID cookie is not set
Status: RESOLVED DUPLICATE of bug 10217
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Owen Leonard
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-02 14:02 UTC by Julian Maurice
Modified: 2013-05-13 07:21 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Maurice 2013-05-02 14:02:41 UTC
Steps to reproduce:
 1. Remove CGISESSID cookie (for Firefox: Edit » Preferences » Privacy » Remove specific cookie)
 2. Go directly to this URL: http://YOUROPACBASEURL/cgi-bin/koha/opac-detail.pl?biblionumber=X (where X is a valid biblionumber)

Message:
Software error:

Can't use an undefined value as a HASH reference at /home/koha/src/opac/opac-detail.pl line 445.

This is related to bug 8197
Comment 1 Katrin Fischer 2013-05-11 12:37:13 UTC
I think we had 2 other bug reports that might be related to this:
- bug 10217
- bug 9980

Could you check and resolve duplicate if one is a match?
Comment 2 Julian Maurice 2013-05-13 07:21:34 UTC
This is totally related to bug 10217. In fact, it's a duplicate.
Good catch Katrin ;)

*** This bug has been marked as a duplicate of bug 10217 ***