[Réglé] SpiceFuse Shoutbox Bug - Version imprimable +- MyBB.support, le portail francophone de MyBB (http://mybb.fr) +-- Forum : MyBB.fr (http://mybb.fr/forum-1.html) +--- Forum : Support (http://mybb.fr/forum-5.html) +--- Sujet : [Réglé] SpiceFuse Shoutbox Bug (/thread-5110.html) |
SpiceFuse Shoutbox Bug - Sena - 07-01-2012 Bonsoir, j'ai installé le plugin SpiceFuse Shoutbox mais sa me met MyBB SQL Error MyBB has experienced an internal SQL error and cannot continue. SQL Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 8 Query: CREATE TABLE IF NOT EXISTS `mybb_sf_shouts` ( `id` int(10) NOT NULL auto_increment, `uid` int(10) NOT NULL, `shout_msg` text NOT NULL, `shout_date` int(10) NOT NULL, `shout_ip` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM Please contact the MyBB Group for support. Comment réglé sa s'il vous plait ^^' ? Merci d'avance en tout cas !! RE: SpiceFuse Shoutbox Bug - exdiogene - 07-01-2012 Une recherche avec "TYPE=MyISAM" aurait donné de nombreux résultats : http://mybb.fr/thread-928-post-27724.html?highlight=%22TYPE%3DMyISAM%22#pid27724 http://mybb.fr/thread-4467-post-27677.html?highlight=%22TYPE%3DMyISAM%22#pid27677 http://mybb.fr/thread-4558-post-25320.html?highlight=%22TYPE%3DMyISAM%22#pid25320 http://mybb.fr/thread-877-post-25106.html?highlight=%22TYPE%3DMyISAM%22#pid25106 |