
06-28-2005, 01:06 AM
|
 |
|
|
Join Date: May 2003
Location: Butte, MT
Posts: 635
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by rinkrat
Ahh I thought I did the upgrade ok and when I changed my invisible preference I got an error:
Database error in vBulletin 3.0.5:
Invalid SQL:
UPDATE user SET
styleid = 0,
showvbcode = 0,
pmpopup = 1,
maxposts = -1,
daysprune = 0,
timezoneoffset = '-8',
startofweek = 1,
languageid = 0,
threadedmode = 0,
autosubscribe = -1,
donor = ,
showdonor = 1,
options = 15831
WHERE userid = 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 '
showdonor = 1,
options = 15831
WHERE userid = 1' at li
mysql error number: 1064
Date: Monday 27th of June 2005 09:21:01 AM
Script: http://www.letsgokings.com/bbs/profile.php
Referer: http://www.letsgokings.com/bbs/profi...do=editoptions
|
Go into your profile.php and remove the line that says
PHP Code:
donor = $donor,
You are only supposed to add the
PHP Code:
showdonor = $showdonor,
. that will fix your problem.
|