Hola, bueno me gustaría saber porque este error, el plugin es Gamesection
Game Section 1.2 FINAL al irme al modulo del panel de administracion "game section" me aperec lo siguiente:
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1146 - Table 'name_user.mybb_games_categories' doesn't exist
Query:
SELECT * FROM mybb_games_categories ORDER BY title ASC
Tampoco me deja instalar el plugin.
me sale esto cuando le doy en instalar y activar:
[spoiler]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 CHARACTER SET utf8 COLLATE utf8_general_ci' at line 23
Query:
CREATE TABLE `mybb_games` ( `gid` INT(10) NOT NULL AUTO_INCREMENT, `cid` INT(5) NOT NULL, `title` VARCHAR(50) NOT NULL, `name` VARCHAR(50) NOT NULL, `description` TEXT NOT NULL, `what` TEXT NOT NULL, `use_keys` TEXT NOT NULL, `played` INT(15) DEFAULT '0' NOT NULL, `lastplayed` BIGINT(30) NOT NULL, `lastplayedby` INT(10) DEFAULT '0' NOT NULL, `bgcolor` VARCHAR(6) DEFAULT '000000' NOT NULL, `width` VARCHAR(4) DEFAULT '500' NOT NULL, `height` VARCHAR(4) DEFAULT '500' NOT NULL, `dateline` BIGINT(30) NOT NULL, `score_type` VARCHAR(5) DEFAULT 'DESC' NOT NULL, `rating` FLOAT NOT NULL, `numratings` INT(5) NOT NULL, `active` INT(1) DEFAULT '1' NOT NULL, PRIMARY KEY (`gid`), KEY `cid` (`cid`), KEY `active` (`active`) ) TYPE=MyISAM CHARACTER SET utf8 COLLATE utf8_general_ci; [/spoiler]
tiene que ver con el host (Utilizo Skylium)? en verdad no se mucho de esto, agradecería su ayuda.