MyBB Community Forums

Full Version: Help with dvz shoutbox 5 Stable.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have this error:

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1286 - Unknown storage engine 'InnoDB'
Query:
    CREATE TABLE IF NOT EXISTS `mybb_dvz_shoutbox` ( `id` int(11) NOT NULL auto_increment, `uid` int(11) NOT NULL, `text` text NOT NULL, `date` int(11) NOT NULL, `ipaddress` varbinary(16) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB CHARACTER SET utf8 COLLATE utf8_general_ci 

My HOST already use "Versión de PHP 5.4.25"

So dunno how fix this problem, Help is welcome. Rolleyes

I m using MyBB 1.8.3
It has nothing to do with the PHP version. Your host hasn't enabled the InnoDB storage engine for MySQL. Either contact them and ask for them to enable it, or edit the plugin file and replace all instances of:

ENGINE=InnoDB

with:

ENGINE=MyISAM
(2014-12-26, 07:40 PM)Nathan Malcolm Wrote: [ -> ]It has nothing to do with the PHP version. Your host hasn't enabled the InnoDB storage engine for MySQL. Either contact them and ask for them to enable it, or edit the plugin file and replace all instances of:



ENGINE=InnoDB

with:



ENGINE=MyISAM

Thx for help me man! i did te replace u said me and now the Shoutbox appear, but when i write something it doesn't show up... :/