All columns in OPAC Course Reserves Results List are empty
- Article Type: General
- Product: Aleph
- Product Version: 20
Problem Symptoms:
After upgrading from v18 to v21, all the columns (Title, Course, Instructor, etc.) in the OPAC Course Reserves Results List / Brief List are empty. But, if one clicks on the line number on the far left, the correct full display appears.
Cause:
1. the only column 1 (Base code) value in $alephe_tab/tab_base.lng for xxx30 is the plain "XXX30" base.
2. the ./www_f_lng/base-list has:
<a href="&server_f?func=find-b-0&local_base=xxx30">
Resolution:
1. Add an entry to tab_base.lng for "U-XXX30".
2. in ./www_f_lng/base-list (and ./base-list-xxx01) change:
<a href="&server_f?func=find-b-0&local_base=xxx30">
to: <a href="&server_f?func=find-b-0&local_base=u-xxx30">
3. Restart the www_server.
Additional Information
See Article 000016264 ("expand_doc_merge_union_crs not working") for complete information
- Article last edited: 12/5/2013