Issues with customs

Joshy2597

Member
Mar 23, 2014
37
2
When I try to upload customs, like the mysql I keep getting erros, I try to put them on the my customs page "page 96" but I get this error

[SQL] INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(78771470, 'PAGEID', '96', 'rare_stpat14', '5', '0', '0', '1');
[Err] 1366 - Incorrect integer value: 'PAGEID' for column 'page_id' at row 1
 

Joshy2597

Member
Mar 23, 2014
37
2
Maybe change the PAGEID to the Page ID you want it to be in?
That's what I did, and I get the error message.

INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(78771470, 'PAGEID', '96', 'rare_stpat14', '5', '0', '0', '1');
 

Ultra

Posting Freak
Jan 7, 2011
558
214
No.. You're supposed to change the letters PAGEID to the Page ID you want. You edited the item_ids.

Try this: (78771470, '96', '78771470,', 'rare_stpat14', '5', '0', '0', '1');
 

Joshy2597

Member
Mar 23, 2014
37
2
No.. You're supposed to change the letters PAGEID to the Page ID you want. You edited the item_ids.

Try this: (78771470, '96', '78771470,', 'rare_stpat14', '5', '0', '0', '1');
wow now I feel dumb, but now my :update_catalogue does not work or I can not load the page :/
 
Last edited:

Users who are viewing this thread

Top