SVNoff 0 Posted May 9, 2017 Share Posted May 9, 2017 Bonjour, quand je lance mon émulateur depuis ce matin il m'affiche ça, -> https://www.noelshack.com/2017-19-1494300291-hhhhhhhhh.png <- impossible de résoudre le problème.. Si quel qu'un pourrais m'aider d'urgence s'il vous plait?? Merci à vous Link to comment Share on other sites More sharing options...
Pouney 32 Posted May 9, 2017 Share Posted May 9, 2017 C'est pas sorcier.. Tu as lu l'erreur au moins ? "catalog_promotion doesn't exist" Il te manque une table. PAS D'AIDE EN MP Sites Webs : - HostRetro.com - Ado-Lite.fr - Alls-Heberg.fr Link to comment Share on other sites More sharing options...
Masako 101 Posted May 9, 2017 Share Posted May 9, 2017 CREATE TABLE `catalog_promotions` ( `id` int(11) NOT NULL, `title` varchar(35) DEFAULT '', `image` varchar(75) DEFAULT '', `unknown` int(11) DEFAULT '0', `page_link` varchar(35) DEFAULT '', `parent_id` int(11) DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Contenu de la table `catalog_promotions` -- INSERT INTO `catalog_promotions` (`id`, `title`, `image`, `unknown`, `page_link`, `parent_id`) VALUES (1, 'Additions to HC Furni', 'catalogue/feature_cata_vert_hween16bun1.png', 0, 'ghost16dressing', -1), (2, 'Vêtements', 'catalogue/feature_cata_hort_newfurnihween16.png', 0, 'ghost16furni', -1), (3, 'Pack Entré du Centre Commercial', 'catalogue/feature_cata_hort_oldfurnihween16.png', 0, 'ghost16classic', -1), (4, 'Deviens membre HC', 'catalogue/feature_cata_hort_HC_b.png', 0, 'habbo_club', -1); Voilà, insert ça dans ta base de donnée. Link to comment Share on other sites More sharing options...
Administrateur Solife 1,329 Posted May 9, 2017 Administrateur Share Posted May 9, 2017 Résolu? J'essaie de m'adoucir, mais l'humain me rend noir. Link to comment Share on other sites More sharing options...
Administrateur Thomas 753 Posted May 10, 2017 Administrateur Share Posted May 10, 2017 Salut, Ton sujet qui se trouver dans Divers Habbo > Aides et support a été déplacé dans Aides et support > Divers Habbo > Résolu 《⠀⠀Founder of Inshare.fr⠀》 《⠀⠀Twitch channel moderator⠀》 《⠀⠀French translator Trucksbook.eu⠀》 𝐹𝑒𝑒𝑙 𝑓𝑟𝑒𝑒 𝑡𝑜 𝑤𝑟𝑖𝑡𝑒 𝑎 𝑐𝑜𝑚𝑚𝑒𝑛𝑡 ————————————————— ╱⠀⠀⠀⠀⠀⠀⠀⠀⠀Règlements⠀⠀ //⠀⠀Abonnements⠀⠀ //⠀⠀ Discord ⠀⠀⠀⠀⠀⠀⠀⠀⠀╲ Link to comment Share on other sites More sharing options...
Recommended Posts