Closed (fixed)
Project:
OG Titles
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
30 Nov 2008 at 20:53 UTC
Updated:
3 Jan 2009 at 20:20 UTC
Hello,
I hope this project isnt dead because I love the idea.
I am at http://www.teamue.com/drupal/og/users/20/titles
I insert titles for 2 users and click SAVE
It fails and I get this error:
user warning: Table 'teamueco_drupal.og_uid' doesn't exist query: SELECT ogu.uid, ogt.title FROM og_uid ogu LEFT OUTER JOIN og_uid_titles ogt ON (ogu.uid = ogt.uid AND ogu.nid = ogt.nid) INNER JOIN users u WHERE ogu.uid = u.uid AND ogu.nid = 20 in /home5/teamueco/public_html/drupal/modules/og_titles/og_titles.module on line 135.
Thanks
Comments
Comment #1
mradcliffeWhoops, I found it. Thank you for reporting this.
I just committed. The 6.x dev version should be updated within the next 12 hours.
Comment #2
Tekniqal commentedNo problem. imma report a new bug in a sec here
Comment #3
Tekniqal commentedSorry mradcliffe but I have updated to newest version with same error. I checked my code to make sure and it is the new code.
user warning: Table 'teamueco_drupal.users' doesn't exist query: SELECT ogu.uid, ogt.title FROM drupal_og_uid ogu LEFT OUTER JOIN drupal_og_uid_titles ogt ON (ogu.uid = ogt.uid AND ogu.nid = ogt.nid) INNER JOIN users u WHERE ogu.uid = u.uid AND ogu.nid = 20 in /home5/teamueco/public_html/drupal/modules/og_titles/og_titles.module on line 144.The other problem with the views is gone however.
Edit: error isnt exactly same.
Comment #4
mradcliffeadd '{ }' around users at line 423 for now. Sorry about that.
Comment #5
Tekniqal commentedThank you, I think we are all fixed up.
BTW that was line 144 in my file.
Comment #6
mradcliffeshould have been marked fixed awhile ago.