I have just upgraded to alpha 5, and this is what I get when adding a new quote.
user warning: Unknown column 'aid' in 'from clause' query: SELECT a.aid AS quotes_aid, a.name AS quotes_author, a.bio AS quotes_bio, q.citation AS quotes_citation, q.promote AS quotes_promote FROM drupal_quotes q JOIN drupal_quotes_authors a USING (aid) WHERE q.vid = 14 in /mnt/w0600/d36/s44/b02e2d5f/www/modules/quotes/quotes.module on line 277.
user warning: Unknown column 'aid' in 'field list' query: UPDATE drupal_quotes SET aid='2', citation='', promote=1 WHERE nid=14 AND vid=14 in /mnt/w0600/d36/s44/b02e2d5f/www/modules/quotes/quotes.module on line 379.
user warning: Unknown column 'aid' in 'from clause' query: SELECT a.aid AS quotes_aid, a.name AS quotes_author, a.bio AS quotes_bio, q.citation AS quotes_citation, q.promote AS quotes_promote FROM drupal_quotes q JOIN drupal_quotes_authors a USING (aid) WHERE q.vid = 14 in /mnt/w0600/d36/s44/b02e2d5f/www/modules/quotes/quotes.module on line 277.
can someone help out with this please?
Comments
Comment #1
marchanda commentedHey there,
Great module. I'm getting the same message running on D6.3:
Thanks for your great work.
Andrew
Comment #2
nancydrufixed in #283188: Unknown column 'aid' error when creating quotes