Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MySql Error

Status
Not open for further replies.

matt89

Technical User
Mar 31, 2005
2
US
ok, i started an IPB forum, and i recently installed a shop mod.

but when i go to the index i get this MySql Error:


mySQL error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '.org_perm_id, m.temp_ban, g.*
FROM ibf_member
mySQL error code:
Date: Thursday 31st of March 2005 10:25:37 PM

can you please help me?
 
Can you post the text of your SQL query?

There's no way people can help you otherwise.
 
mySQL query error: SELECT moderator.mid as is_mod, moderator.allow_warn, m.id, m.name, m.mgroup, m.password, m.email, m.restrict_post, m.view_sigs, m.view_avs, m.view_pop, m.view_img, m.auto_track,
m.mod_posts, m.language, m.skin, m.new_msg, m.show_popup, m.msg_total, m.time_offset, m.posts, m.joined, m.last_post,
m.last_visit, m.last_activity, m.dst_in_use, m.view_prefs, m.points, g.* m.org_perm_id, m.temp_ban, g.*
FROM ibf_members m
LEFT JOIN ibf_groups g ON (g.g_id=m.mgroup)
LEFT JOIN ibf_moderators moderator ON (moderator.member_id=m.id OR moderator.group_id=m.mgroup )
WHERE m.id=1

mySQL error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '.org_perm_id, m.temp_ban, g.*
FROM ibf_member
mySQL error code:
Date: Friday 01st of April 2005 04:03:56 PM

thats the full text.
 
Your query includes:[tt]
g.* m.org_perm_id, m.temp_ban, g.*[/tt]
which doesn't make sense.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top