MyBB Community Forums

Full Version: Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
anyone can help me with this problem


MyBB has experienced an internal SQL error and cannot continue.

SQL Error:1071 - Specified key was too long; max key length is 1000 bytesQuery: CREATE TABLE darkskullpluginuploader ( pid SMALLINT(5) NOT NULL AUTO_INCREMENT PRIMARY KEY , name VARCHAR(255) NOT NULL UNIQUE KEY, version VARCHAR(25) NOT NULL , files TEXT NOT NULL ) ENGINE = MYISAM ;
open pluginuploader.php file in an editor like notepad++ ,
or open it through the file manager at your web host control panel ,
find below code
`name` VARCHAR(255) NOT NULL UNIQUE KEY
change 255 to 100 , save the file & try using it