I posted this issue on OG but was wondering if it really belongs here. http://drupal.org/node/555994
Sorry if this creates a duplicate but I am not sure who to bring this to.
Either way, can someone help please?
user warning: Unknown column 'og.description' in 'field list' query: SELECT DISTINCT(og.nid), n.title, r.body, n.uid, u.name, og.description FROM og og INNER JOIN node n ON og.nid = n.nid INNER JOIN node_revisions r ON r.vid = n.vid INNER JOIN users u ON n.uid = u.uid WHERE og.directory=1 AND n.status=1 AND og.selective = 2 ORDER BY og.nid DESC in /home/april22/public_html/beta2/sites/all/modules/lm_paypal/lm_paypal_subscriptions.module on line 1402.
Comments
Comment #1
somebodysysop commentedGetting same exact error:
Organic groups 6.x-1.3
This is the layout for the og table:
So, it appears that we need to change this code n lm_paypal_subscriptions.module on line 1402:
to
Comment #2
idcm commentedThanks, this is great. I was thinking I might need to update to OG 2.0. You wouldn't happen to know if OG 2.0 resolves the issue?
Comment #3
djudd commentedI upgraded to OG 2.0 to check it out, and still got this issue. I did apply the fix in #1 and it appears to have solved the problem.
Comment #4
BeaPower commentedI am also having the same problem here, on drupal 6 with the module.
Comment #5
ymmatt commentedJust confirming that the patch in #1 works, may already be fixed in the dev version.
Comment #6
john franklin commentedLooks like this was fixed long ago.
Comment #8
extensive commentedWork for me!
Thanks