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

marchanda’s picture

Hey there,

Great module. I'm getting the same message running on D6.3:

* user warning: Unknown column 'aid' in 'field list' query: INSERT INTO quotes (nid, vid, aid, citation, promote) VALUES (31, 32, '2', '1981, Educating.', 1) in /data/wwwPublic/drupal6-2/sites/all/modules/quotes/quotes.module on line 333.
* 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 quotes q JOIN quotes_authors a USING (aid) WHERE q.vid = 32 in /data/wwwPublic/drupal6-2/sites/all/modules/quotes/quotes.module on line 277.
* 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 quotes q JOIN quotes_authors a USING (aid) WHERE q.vid = 31 in /data/wwwPublic/drupal6-2/sites/all/modules/quotes/quotes.module on line 277.

Thanks for your great work.

Andrew

nancydru’s picture

Status: Active » Closed (duplicate)