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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/