PDA

View Full Version : is it bug on core ?


miz
02-02-2005, 11:50 PM
Database error in vBulletin 3.0.6:

Invalid SQL:
SELECT templateid, title, template, template_un, styleid, templatetype
FROM template
WHERE templateid IN()
AND(templatetype <> 'template' OR title IN ('header', 'footer','headinclude', 'phpinclude_start', 'phpinclude_end','editor_jsoptions_font', 'editor_jsoptions_size','editor_styles_button_norm al', 'editor_styles_button_hover','editor_styles_button _down', 'editor_styles_button_selected','editor_styles_men u_normal', 'editor_styles_menu_hover','editor_styles_menu_dow n', 'editor_styles_popup_down'))

mysql error: You have an error in your SQL syntax. Check themanual that corresponds to your MySQL server version for the rightsyntax to use near ')
AND (templatetype <> 'template' OR title IN ('header', 'f

mysql error number: 1064

i never touched css.php

???

Dean C
02-03-2005, 05:27 AM
Looks like you edited functions_template.php, what modifications have you installed?

miz
02-04-2005, 05:03 AM
actually i uploded new functions_template.php

thats what so wierd :(

Dean C
02-04-2005, 09:50 AM
Well something somewhere is affecting this, is that query in CSS.php do a search for it. If it's not then it's being called by a function, in which case you can pinpoint the location for it. You did try uploading a fresh css.php right?