Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
Daniel52

1.1.2 Serverumzug SQL-Problem

Recommended Posts

Hallo.

Ich habe die Version 1.1.2 auf einen aneren Server aufgespielt. Alles scheint wunderbar zu funktionieren, bis man sich einloggen will. Dann kommt folgende Fehlermeldung:

mySQL query error: SELECT mod.mid as is_mod, m.id, m.name, m.mgroup, m.password, m.email, m.allow_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, g.*

                                              FROM invmembers m

                                                LEFT JOIN invgroups g ON (g.g_id=m.mgroup)

                                                LEFT JOIN invmoderators mod ON (mod.member_id=m.id OR mod.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 'mod ON (mod.member_id=m.id OR mod.group_id=m.mgroup )

                        ' at line 6

mySQL error code: 1064

Date: Friday 20th of January 2006 09:34:38 AM

Was kann ich jetzt machen, um diesen Fehler zu beheben? Kann es an einer anderen MySQL-Version liegen?

Vielen Dank im Voraus!

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×