[Koha-bugs] [Bug 25826] New: All results link to 404 in staff and intranet (SOMETIMES)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 19 22:02:11 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25826

            Bug ID: 25826
           Summary: All results link to 404 in staff and intranet
                    (SOMETIMES)
 Change sponsored?: ---
           Product: Koha
           Version: 19.11
          Hardware: All
                OS: All
            Status: NEW
          Severity: critical
          Priority: P3
         Component: Database
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: wizzyrea at gmail.com
        QA Contact: testopia at bugs.koha-community.org

So Bug 23309 does this: ALTER TABLE marc_subfield_structure CHANGE COLUMN
hidden hidden TINYINT(1) DEFAULT 8 NOT NULL;

Which on SOME vintages of Koha that I have not yet quite ascertained, causes at
least the default framework and apparently all of the frameworks added before a
certain version, to have 404 errors on the result page. The links look like
this from the opac and staff results:
https://domain.com/cgi-bin/koha/opac-detail.pl?biblionumber=&query_desc=kw%2Cwrdl%3A%20washington

Note that there is no Biblionumber. We found that this was because now the 999c
was set to hidden/hidden in the framework visibility.

The problem is easy enough to fix - set the visibility to
opac/intranet/collapsed on the 999c in the framework editor, and all is
restored.

Probably it would be better to avoid this problem altogether though?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list