script-solution / Boardsolution

An open-source discussion board written in PHP.
GNU General Public License v2.0
6 stars 0 forks source link

[Critical error] [MySQL] Maybe quotes problem #71

Closed Rafioso closed 11 years ago

Rafioso commented 11 years ago

After perform the topics in the maintenance section (ACP):

Critical error! Stopping script-execution... MySQL-Query failed: 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 '0', comallow = '1', important = '0' WHERE id = 1334' at line 1 MySQL-Query: UPDATE forum2_topics SET posts = 1, lastpost_id = '19938', lastpost_time = '1205960757', lastpost_user = '2', lastpost_an_user = NULL, name = 'Hilfe/! \', symbol = '0', comallow = '1', important = '0' WHERE id = 1334

Topicname of topic 1334 is:

Hilfe/! \

hrniels commented 11 years ago

Oh, that's a severe issue. We have to look into that soon!