I get this error when I run the query in my admin control panel:
Database error in vBulletin Control Panel: Invalid SQL: INSERT INTO `setting` (`settingid`, `settinggroupid`, `title`, `varname`, `value`, `description`, `optioncode`, `displayorder`) VALUES ('', '26', 'Avatar Maximum Width', 'avatarmaxwidth', '105', 'Use this to define the maximum height of an avatar.', '', '0');
INSERT INTO `setting` (`settingid`, `settinggroupid`, `title`, `varname`, `value`, `description`, `optioncode`, `displayorder`) VALUES ('', '26', 'Avatar Maximum Height', 'avatarmaxheight', '150', 'Use this to define the maximum width of an avatar.', '', '0');
mysql error: You have an error in your SQL syntax near ';
INSERT INTO `setting` (`settingid`, `settinggroupid`, `title`, `varname`, `va' at line 1
mysql error number: 1064
Date: Friday 29th of March 2002 08:56:19 PM
Script: /forumz/admin/query.php
Referer:
http://www.theforumz.com/forumz/admin/query.php
Can somebody please help me with this error and how to get it working?
BTW I am running 2.0.3 if that makes a difference. :ermm: