Jump to content

#1064 - You have an error in your SQL syntax... syntax to use near '«»)'


spike-spiegel

Recommended Posts

I'm getting this error: #1064 - 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 '«»)' at line 3

 

 

My code:

 INSERT INTO hwkix_comprofiler_plugin
	(id, NAME, element, TYPE, folder, backend_menu, access, ordering, published, iscore, client_id, checked_out, params)
VALUES (501, "Iframe Integration", "iframe", "user", "plug_iframe", "", 0, 100, 1, 1, 0, 0, ""«»);

INSERT INTO hwkix_comprofiler_tabs
	(tabid, title, description, ordering, ordering_register, width, enabled, pluginclass, pluginid, FIELDS, params, sys, displaytype, POSITION, useraccessgroupid)
VALUES (25, "Newsletter", "", 102, 10, 1, 1, "getIFrameTab", 501, 1, "", 1, "tab", "cb_tabmain", -2);

 

 

 

 

 

Is it something to do with  "", 0, 100, 1, 1, 0, 0, "???

no...

 

INSERT INTO hwkix_comprofiler_plugin

(id, NAME, element, TYPE, folder, backend_menu, access, ordering, published, iscore, client_id, checked_out, params)

VALUES (501, "Iframe Integration", "iframe", "user", "plug_iframe", "", 0, 100, 1, 1, 0, 0, ""«»);

 

you have «» in your sql.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.