Quote:
Originally Posted by Link14716
Post the MySQL errors and where you got them. They should have been fixed a long time ago (before the official 0.93 release, actually).
|
Code:
Database error in vBulletin 3.0.3:
Invalid SQL: INSERT INTO utt_store_history
(historyid, userid, timestamp, actionid, action, normalcost, discount, tax, totalcost, touserid, touser, points, newtitle)
VALUES
(NULL, '10', '1099519682', '17', 'Deny Forum Access', '5000', '2', '15', '5635', '4', 'Wolfman', '0', 'Al Gore's Top 10 Links')
mysql 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 's Top 10 Links')' at line 4
mysql error number: 1064
it's because of the ' character in the name of one of my forums. a user tried to deny another user access to a forum that had a ' in the name....