Hi!
Can you guys help me with my forum?
I'm super-heavy-key-user in my forum and today I created couple new chat-areas but...
After a while I tried to put some words into forum, I got an error-message:
"
Tietokantavirhe: 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, 6)' at line 3
Tiedosto: /var/www/customers/luthyhdistysfi/public_html/forum/Sources/MessageIndex.php
Rivi: 102
?board=6.0
"
Tietokantavirhe=databasemistake, tiedosto=file, Rivi=line
What's wrong in that MessageIndex.php-file? Earlier today there was nothin' wrong and forum worked fine...
Regards
super-newbie
Tero
I found out that if I log in as guest there is none mistakes with my forum but if I log in as "webmaster"-user or new username I'm getting this error message... Is my MessageIndex.php file in Source-file corruptated?
Sorry for the late response
Quote from: Grudge on January 01, 2006, 05:33:26 AM
Bugger, that's a bug.
Seems to be that maxMsgID is getting lost somewhere. Can you do this in phpMyAdmin:
REPLACE INTO smf_settings (variable, value) VALUES ('maxMsgID', 1);
Once you have one post in your board this will go away.