PlusEMU error:

Freak

New Member
May 23, 2019
7
4
errors: [ERROR] Couldn't load catalogue item (item number) no furniture record found.

This is the error I get when trying to load in to my hotel, I get launched straight back to the index.

I've used Furnicreator to generate the Queries and Furnidata.


INSERT INTO `catalog_items` (`id`, `page_id`, `item_id`, `catalog_name`)VALUES ('61689405', '9214', '61689405', 'rare_steakdragon_name');
INSERT INTO `furniture` (`id`,`item_name`,`public_name`,`stack_height`,`can_stack`,`sprite_id`,`interaction_type`,`interaction_modes_count`)VALUES ('61689405', 'rare_steakdragon', 'rare_steakdragon_name', '1', '1', '61689405', 'default', '1');
<furnitype id="61689405" classname="rare_steakdragon">
<revision>59005</revision>
<defaultdir>0</defaultdir>
<xdim>1</xdim>
<ydim>1</ydim>
<partcolors />
<name>rare_steamdragon_name</name>
<description>rare_steamdragon_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>0</specialtype>
<canstandon>0</canstandon>
<cansiton>0</cansiton>
<canlayon>0</canlayon>
</furnitype>


I can't find the record when looking for it in 'catalog items' and 'furniture' but if I try adding it again it gives me an error saying it already exists.
 

cammy

Member
May 15, 2014
471
221
When in the furniture table at the bottom right
You must be registered for see images attach

Click the wrench and untick limit records. Then search for the furniture id then.
 

Freak

New Member
May 23, 2019
7
4
When in the furniture table at the bottom right
You must be registered for see images attach

Click the wrench and untick limit records. Then search for the furniture id then.
Thank you! :) It still wont load though, even though the SWF is made properly...
 

Users who are viewing this thread

Top