Can't add furni R63B

DDOSer

Member
Jan 10, 2017
63
0
I cant add any furni to R63B my retro! Everytime i try it comes up with errors when i run it as a query through navicat :) Need help very soon!
 

DDOSer

Member
Jan 10, 2017
63
0
@Jameson Theres one with catalog items now
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(98104, 'PAGE ID', '98104', 'WWE Pillow', '1', '0', '0', '1');
Its unknown about item_ids but i removed it and there was a new error
 

Joe

Well-Known Member
Jun 10, 2012
4,089
1,918
@Jameson Theres one with catalog items now
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(98104, 'PAGE ID', '98104', 'WWE Pillow', '1', '0', '0', '1');
Its unknown about item_ids but i removed it and there was a new error
This looks like an old R63A query, the new tables don't have those columns. It's not hard to check what columns you need and add them in.

For example, cost_snow doesn't exist.
 

Liam

To be or not to be
Staff member
FindRetros Moderator
Apr 10, 2013
1,192
717
You're either missing the columns or you don't need them, look at your furniture and catalog_items table.
 

Users who are viewing this thread

Top