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

Moderatoren Error

Recommended Posts

mySQL query error: SELECT m2.id, m2.name, m2.email, m2.hide_email, m2.location, m2.aim_name, m2.icq_number,

f.id as forum_id, f.read_perms, f.name as forum_name, c.state

FROM rainmoderators mod

LEFT JOIN rainforums f ON(f.id=mod.forum_id)

LEFT JOIN raincategories c ON(c.id=f.category AND c.state != 0)

LEFT JOIN rainmembers m2 ON (mod.member_id=m2.id)

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

LEFT JOIN rainforums f ON(f.id=mod.forum_id)

' at line 3

mySQL error code:

Date: Friday 26th of May 2006 03:53:15 PM

Ist ein frisch installiertes,läuft erst seit wenigen Tagen und es wurde kein mod drauf installiert->forum.natashathomas.de

Achso und der Fehler tritt auf,wenn ich auf the moderatoring team gehe.

Share this post


Link to post

Schau dir mal bitte den Beitrag an, da wird beschrieben, was du machen mußt.

Problem liegt an der Kennzeichnung mod, denn dies ist ein Schlüsselwort und sollte deshalb nicht als Tabellenabkürzung verwendet werden. Aus diesem Grund müssen alle mod in moderator umgeändert werden.

Share this post


Link to post

Du mußt die erwähnten Dateien abhändern. Hast du dies gemacht? Ansonsten hänge die Dateien sources/misc/contact_member.php und sources/misc/stats.php mal als gepackte Datei hier an.

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  

×