Error
There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem
ERROR: Unknown Punctuation String @ 385
STR: =\
SQL: INSERT INTO setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatile) VALUES ('shoutbox_hierarchymode', 'shoutbox', '1', '1', '<span class=\"smallfont\" style=\"white-space:nowrap\"> <label for=\"hierarchy1\"><input type=\"radio\" name=\"setting[$settingid]\" id=\"hierarchy1\" value=\"1\" tabindex=\"1\"" . iif($setting['value'] == 1, ' checked=\"checked\"') . " />INSERT INTO setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatile) VALUES ('shoutbox_shoutonforumhome', 'shoutbox', 'input', 'Input', '<span class=\"smallfont\" style=\"white-space:nowrap\"> <label for=\"sofh1\"><input type=\"radio\" name=\"setting[$settingid]\" id=\"sofh1\" value=\"none\" tabindex=\"1\"" . iif($setting['value'] == none, ' checked=\"checked\"') . " />None</label><br /> <label for=\"sofh2\"><input type=\"radio\" name=\"setting[$settingid]\" id=\"sofh2\" value=\"input\" tabindex=\"2\"" . iif($setting['value'] == input, ' checked=\"checked\"') . " />Input Box</label><br /> <label for=\"sofh3\"><input type=\"radio\" name=\"setting[$settingid]\" id=\"sofh3\" value=\"textarea\" tabindex=\"3\"" . iif($setting['value'] == textarea, ' checked=\"checked\"') . " />Textarea</label><br /> </span>', '24', '0', '0');
INSERT INTO setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatile) VALUES ('shoutbox_maxunregshouts', 'shoutbox', '0', '0', '', '25', '0', '0');
INSERT INTO setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatile) VALUES ('shoutbox_shoutminchars', 'shoutbox', '0', '5', '', '26', '0', '0');
INSERT INTO setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatile) VALUES ('shoutbox_shoutcharlimit', 'shoutbox', '0', '0', '', '27', '0', '0');
INSERT INTO setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatile) VALUES ('shoutbox_iframe', 'shoutbox', '0', '1', 'yesno', '28', '0', '0');
INSERT INTO setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatile) VALUES ('shoutbox_iframe_metarefresh', 'shoutbox', '90', '90', '', '29', '0', '0');
INSERT INTO setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatile) VALUES ('shoutbox_usestandardtextarea', 'shoutbox', '1', '1', 'yesno', '30', '0', '0');
SQL-query :
INSERT INTO setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatile) VALUES ('shoutbox_hierarchymode', 'shoutbox', '1', '1', ' Documentation] · [Back]
That's sql file #3....
/me gives up...
|