Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2009 at 19:33 UTC
Updated:
24 Sep 2009 at 22:14 UTC
Hi,
I imported some BibTeX items into the list, and it worked out well in the sense that they all get displayed quite correctly.
Upon clicking on any of the entries, however, I'm getting the error message
user warning: Unknown column 'bt.common' in 'where clause' query: SELECT b.*, btd.*, btt.name AS type_name FROM biblio_fields AS b INNER JOIN biblio_field_type AS bt ON bt.fid = b.fid INNER JOIN biblio_field_type_data AS btd ON btd.ftdid = bt.ftdid INNER JOIN biblio_types as btt ON btt.tid = bt.tid WHERE bt.tid = 102 AND (bt.common = 1 OR bt.visible=1) ORDER BY bt.weight ASC in /usr/local/www/apache22/data/drupal/sites/all/modules/biblio/biblio.module on line 51.
Some info on the entry is still displayed below the error message, though.
Cheers,
Nico
Comments
Comment #1
rjerome commentedYikes! that can't be good. Did you upgrade or is it a clean install of 6.x-1.6? If upgrade, did you run update.php?
Comment #2
nschloe commentedWhat I did was upgrade, then
update.php.Anyhow, I removed the module, uninstalled it, and took a clean restart -- things work out nicely again. Maybe something with the update process went wrong.. Marking as closed.
Cheers,
Nico