Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.0-rc4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2009 at 01:56 UTC
Updated:
26 Feb 2009 at 07:30 UTC
When I visit the keyword listing, I get this warning:
user warning: Unknown column 'b.biblio_keywords' in 'order clause' query: SELECT DISTINCT n.*, b.*, bt.name as biblio_type_name FROM node n left join biblio b on n.vid=b.vid inner join biblio_types bt on b.biblio_type=bt.tid WHERE (n.language ='nl' OR n.language ='' OR n.language IS NULL) AND ( n.type='biblio' )ORDER BY SUBSTR(LTRIM(b.biblio_keywords),1,4) desc LIMIT 0, 150 in /sites/all/modules/biblio/biblio.pages.inc on line 85.
(Maybe because of remnants from earlier versions or so? I went through most beta's and at some point I used another vocabulary then the default one I now use).
Comments
Comment #1
ar-jan commentedBTW, is this keyword sorting also the feature you mention in the release notes ("Keywords page which displays all keywords in the database linked to publication list filtered by that keyword")?
Comment #2
rjerome commentedWhen you say "visit the keyword listing" what URL are you referring to?
Keyword sorting is still broken.
Comment #3
ar-jan commentedYes, I meant keyword sorting. Sorry, I wasn't aware keyword sorting wasn't ready yet...
So the keyword sorting is not the "Keywords page" feature?
Comment #4
rjerome commentedThe keywords page referred to in the release notes is biblio/keywords, which like biblo/authors list all the keywords or authors respectively.
There should be a biblio menu item with the above choices under it.
Ron.
Comment #5
rjerome commentedOK, I just fixed the keyword sorting. I'm going to roll a new RC since there is a nasty bug in the keyword taxonomy stuff, so you will find all the bugs we discussed tonight are fixed in RC5.
Ron.
Comment #6
ar-jan commentedI see it now, I was looking for something to configure in the Biblio administration, but the links are already in the navigation menu.
Comment #7
ar-jan commentedGreat work