Hello folks,
I'm having a bit of trouble using phpMyAdmin, and was wondering if anyone knew what was wrong. I lost some information, but luckily I had a backup two weeks earlier.
This is the error message:
#1064 - 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 'INSERT INTO `smf_messages`
(`ID_MSG`, `ID_TOPIC`, `ID_BOARD`,
This is the line its talking about
:
INSERT INTO `smf_messages` (
`ID_MSG` ,
`ID_TOPIC` ,
`ID_BOARD` ,
`posterTime` ,
`ID_MEMBER` ,
`subject` ,
`posterName` ,
`posterEmail` ,
`posterIP` ,
`smileysEnabled` ,
`modifiedTime` ,
`modifiedName` ,
`body` ,
`icon`
)
Anyone see a problem?