Invalid SQL:
SELECT title, template, templatetype
FROM template
WHERE templateid IN ()
AND (templatetype <> 'template' OR title IN('editor_jsoptions_font', 'editor_jsoptions_size', 'editor_styles_button_normal', 'editor_styles_button_hover', 'editor_styles_button_down', 'editor_styles_button_selected', 'editor_styles_menu_normal', 'editor_styles_menu_hover', 'editor_styles_menu_down', 'editor_styles_popup_down'));
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 ')
AND (templatetype <> 'template' OR title IN('editor_jsoptions_font',
Looks like its a template error, I dont have a clue how to fix it.
--------------- Added [DATE]1236596709[/DATE] at [TIME]1236596709[/TIME] ---------------
Ive deleted the "template" table, I want to recreate it (making sure the syntax is correct) can somebody give me the code to create the template table again?
|