Closed (fixed)
Project:
Bibliography Module
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2011 at 04:53 UTC
Updated:
15 Nov 2011 at 14:40 UTC
When I click on author/type there are error messages ( I use PostgreSQL)
PDOException: SQLSTATE[42803]: Grouping error: 7 ERROR: column "ctd.title" must appear in the GROUP BY clause or be used in an aggregate function: SELECT ctd.*, cid FROM {biblio_contributor_type_data} ctd LEFT JOIN {biblio_contributor} c ON ctd.auth_type = c.auth_type GROUP BY ctd.auth_type; Array ( ) in theme_biblio_admin_author_types_form() (line 1628 of
Comments
Comment #1
rjerome commentedfixed.
http://drupalcode.org/project/biblio.git/commit/9d86565
Comment #2
wa2nlinux commentedstill error different line (using 7.x-1.x-dev 10 July
Comment #3
rjerome commentedOK, my bad.
This time I re-wrote it to use a dynamic query which should be PostgreSQL compatible.
http://drupalcode.org/project/biblio.git/commit/0efca5a
Ron.
Comment #4
wa2nlinux commentedstill got error different line (using 7.x-1.x-dev 12 July
Comment #5
rjerome commentedI just checked and the current -dev package doesn't have the changes in it yet, there should be another one built within the next twelve hours that does.
Comment #6
ar-jan commented