• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Bunny! [New pet]

Banned
Banned
Joined
Mar 4, 2012
Messages
166
Reaction score
21
[SQL] INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `vip`) VALUES
(50041201, '9012', '50041201', 'a0 pet17', 0, 2000, 1);
[Err] 1136 - Column count doesn't match value count at row 1
any fix for that?
 
Experienced Elementalist
Joined
Aug 28, 2011
Messages
211
Reaction score
240
[SQL] INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `vip`) VALUES
(50041201, '9012', '50041201', 'a0 pet17', 0, 2000, 1);
[Err] 1136 - Column count doesn't match value count at row 1
any fix for that?

Try this -

INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(50041201, '9012', '50041201', 'a0 pet17', 0, 2000, 1);
 
Custom Title Activated
Loyal Member
Joined
Jan 25, 2009
Messages
1,539
Reaction score
4
Lol why make eggs. they can use dino's ^.^
Nice release.
 
Initiate Mage
Joined
Apr 29, 2012
Messages
1
Reaction score
0
furniture gif error
look :
#1054 - Unknown column 'foot_figure' in 'field list'
Fix? for phoenix?
 
Newbie Spellweaver
Joined
Apr 19, 2011
Messages
6
Reaction score
0
I cant see and i cant buy a bunny i my shop -.-!"!!!!FAIl x100!!!


The Bunny's catalog page has NOT been coded into Phoenix 3.0 yet. Aaron is working on adding support for the Bunny's Catalog pages in the next release of Phoenix (3.7.3). During this time, Bunny's Catalog pages will NOT function 100% until the release. In the mean time, the only method of adding Bunny's to your user's inventory is to do it via database under the table "user_items". Put the item ID to the user ID and they should have a bunny in there inventory.

Happy SQL'ing.
 
Skilled Illusionist
Joined
Jan 23, 2012
Messages
301
Reaction score
164
Well, i have my own emulator... Could some1 give me the C# support code for bunnies? i could code it myself but i am lazy and tired today...
 
Zephyr Studios
Loyal Member
Joined
Feb 18, 2012
Messages
1,877
Reaction score
724
Well, i have my own emulator... Could some1 give me the C# support code for bunnies? i could code it myself but i am lazy and tired today...
Well you don't need.. And you said "your" emulator and i answer "noooot!" It is not yours lol, you just added some commands into Nova emulator or what the heck it is.. And you've forgot credits to the real creators in your release.
 
Skilled Illusionist
Joined
Jan 23, 2012
Messages
301
Reaction score
164
Well you don't need.. And you said "your" emulator and i answer "noooot!" It is not yours lol, you just added some commands into Nova emulator or what the heck it is.. And you've forgot credits to the real creators in your release.
i mean my emulator r65 from scratch that aint released yet....
 
Newbie Spellweaver
Joined
Mar 24, 2012
Messages
69
Reaction score
15
You can't buy them lol. SQL is one big fail.
 
Back
Top