Hi,
I am trying to setup up AzureEMU and get the following error:
I'm using the SWFS and CMS that came with it.
Thanks.
Hi,
I am trying to setup up AzureEMU and get the following error:
I'm using the SWFS and CMS that came with it.
Thanks.
Last edited by GamerVeteran98; 10-01-15 at 11:04 PM.
Dude. Put img url as pic. Not the site.
Last edited by RetroMakerD; 10-01-15 at 11:12 PM. Reason: U fixed pic
Got the same problem now.. -.- Anyone ?
i have fixed it with this sql querry:
-- ----------------------------
-- Table structure for youtube_playlists
-- ----------------------------
DROP TABLE IF EXISTS `youtube_playlists`;
CREATE TABLE `youtube_playlists` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`playlist_id` varchar(255) NOT NULL,
`name` varchar(255) NOT NULL,
`description` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of youtube_playlists
-- ----------------------------
ALTER TABLE `rooms_events` ADD `category` INT NOT NULL DEFAULT '1' ;
ALTER TABLE `polls_data` CHANGE `type` `type` ENUM('0','1','2','3') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '0' COMMENT '0: no prize // 1: prize badge // 2: prize Furniture // 3: matching poll';
ALTER TABLE `items_rooms` ADD `builders` ENUM('0','1') NOT NULL DEFAULT '0' ;
ALTER TABLE `users` CHANGE `builders_items` `builders_items_max` INT(11) NOT NULL DEFAULT '100';
ALTER TABLE `users` CHANGE `builders_items_rest` `builders_items_used` INT(11) NOT NULL DEFAULT '0';
INSERT INTO `server_settings` (`variable`, `value`, `description`) VALUES
('ambassador.minrank', '4', 'Min rank for being ambassador.'),
('noob.lobby.roomid', '3', 'roomId for predefined_noob_lobby');
Tried that, didn't fix it, still having the same error.
- - - Updated - - -
Fixed - somehow.