PDA

View Full Version : mysql error in adding a news user


UnderEstimated
Thu 29th May '08, 3:03am
Invalid SQL:

INSERT INTO usernote (message, dateline, userid, posterid, title, allowsmilies)
VALUES ('This user\'s name was changed.\r\n\r\nThe original name: \r\nThe new name: Sabahat2178', 1212040524, , 1, 'Name changed', 1);

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 ' 1, 'Name changed', 1)' at line 2
Error Number : 1064
Request Date : Thursday, May 29th 2008 @ 01:55:24 AM
Error Date : Thursday, May 29th 2008 @ 01:55:25 AM
Script : http://www.friendskorner.com/forum/admincp/user.php?do=update
Referrer : http://www.friendskorner.com/forum/admincp/user.php?do=add

Steve Machol
Thu 29th May '08, 2:42pm
SQL Syntax errors are almost always related to modified code.

To troubleshoot this, first reupload all the original vB non-image files (except install.php). Make sure you upload these in ASCII format and overwrite the ones on the server. Also be sure to upload the admincp files to whichever directory you have set in your config.php file. Then run 'Suspect File Versions' in Diagnostics to make sure you have all the original files for your version and that none show 'File does not contain expected contents':

Admin CP -> Maintenance -> Diagnostics -> Suspect File Versions

[Note: In some cases you may also need to remove any of the listed .xml files in the includes/xml directory.]

Next, disable all plugins.

Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Then if you still have this problem, create a new style and choose no parent style. This will force it to use the default templates. Finally empty your browser cache, close all browser windows then try again. Make sure you change to the new style and view your forums with it. Do you have the same problem?