In un mio forum mi esce un errore di questo tipo:

Codice PHP:
mySQL query errorSELECT m2.idm2.namem2.emailm2.hide_emailm2.locationm2.aim_namem2.icq_number,
                           
f.id as forum_idf.read_permsf.name as forum_namec.state
                    FROM inv_moderators mod
                      LEFT JOIN inv_forums f ON
(f.id=mod.forum_id)
                      
LEFT JOIN inv_categories c ON(c.id=f.category AND c.state != 0)
                      
LEFT JOIN inv_members m2 ON (mod.member_id=m2.id)
                    

mySQL errorYou have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near 'mod
                      LEFT JOIN inv_forums f ON(f.id=mod.forum_
mySQL error code: 
Date: Friday 26th of October 2007 07:31:23 AM 
A che cosa è dovuto e dove devo intervenire?