[Err] 1064 - You have an error in your SQL syntax; When trying to add furni

adz

Member
Apr 26, 2013
47
7
[Err] 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 'INSERT INTO `furniture`
VALUES
(
'10384',
'xmas_c18_doll7',
'xmas_c1' at line 1

when running the sql

INSERT INTO `furniture` VALUES ('10384', 'xmas_c18_doll7', 'xmas_c18_doll7 name', 's', '1', '1', '1', '1', '0', '0', '10384', '1', '1', '1', '1', '1', 'default_type', '4', '0', '0', '0', '0', '0', '0', '0');

EMU running > PLUS EMU
Navi cat <3
 

adz

Member
Apr 26, 2013
47
7
Yeah it's in there.

Here's my furni data;
furnitype id="10384" classname="xmas_c18_doll7.swf"><revision>59005</revision><defaultdir>0</defaultdir><xdim>2</xdim><ydim>6</ydim><partcolors /><name>xmas_c18_doll7 name</name><description>xmas_c18_doll7 desc</description><adurl></adurl><offerid>-1</offerid><buyout>0</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><bc>0</bc><excludeddynamic>0</excludeddynamic><customparams></customparams><specialtype>1</specialtype><canstandon>1</canstandon><cansiton>0</cansiton><canlayon>0</canlayon></furnitype>
 

Menkz

Member
Jul 9, 2010
374
167
Change it to
XML:
<furnitype id="10384" classname="xmas_c18_doll7">
<revision>64503</revision>
<defaultdir>0</defaultdir>
<xdim>1</xdim>
<ydim>1</ydim>
<partcolors/>
<name>Snowman Matroyoshka Doll</name>
<description>xmas_c18_doll7 desc</description>
<adurl/>
<offerid>-1</offerid>
<buyout>0</buyout>
<rentofferid>-1</rentofferid>
<rentbuyout>0</rentbuyout>
<bc>0</bc>
<excludeddynamic>0</excludeddynamic>
<customparams/>
<specialtype>1</specialtype>
<canstandon>0</canstandon>
<cansiton>0</cansiton>
<canlayon>0</canlayon>
<furniline>xmas2018</furniline>
</furnitype>
 

adz

Member
Apr 26, 2013
47
7
Cloudflare purged, cleared cache, updated code, still nothing. SWF is added to this file location; C:\inetpub\wwwroot\swfs\dcr\hof_furni
 

Users who are viewing this thread

Top