Simple Machines Community Forum

Customizing SMF => SMF Coding Discussion => Topic started by: Actomik on February 25, 2006, 11:20:00 AM

Title: Problem With database : Mysql 4.1.12
Post by: Actomik on February 25, 2006, 11:20:00 AM
Well i've installed SMF 1.1 RC2 on my test machine , the forums were working fine but when i deleted the default categories and created new categories , i'm getting this 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 ' 1 , 2 )' at line 3
File: G:\xampp\htdocs\smf-rc\Sources\MessageIndex.php
Line: 102


i only get this error when a user is logged in and tries to access a forum , when a guest accesses a forum it works perfectly fine .
My Test Server Configuration Is As Folows :
PHP : 5.0.4
Apache : 2.0.54
Mysql : 4.1.12
Title: Re: Problem With database : Mysql 4.1.12
Post by: sm2k on February 25, 2006, 02:13:08 PM
That line tries to do a replace into smf_log_boards.  Try running "Find and repair any errors" and "Empty out unimportant logs" from the forum maintenance menu.