Pastebin da Error Tema Solucionado
Publicado: 19 Oct 2011, 04:49
bueno vi los mod del phpbb-es intalados y vi el paste bin y lo quise intalar
pero a la hora de entrar en forum/pastebin.php da error
http://www.phpbb-es.com/foro/mods-desar ... tml#p86832
pero a la hora de entrar en forum/pastebin.php da error
http://www.phpbb-es.com/foro/mods-desar ... tml#p86832
Código: Seleccionar todo
Error General
SQL ERROR [ mysqli ]
BLOB/TEXT column 'snippet_text' can't have a default value [1101]
SQL
CREATE TABLE phpbb_pastebin ( snippet_id mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, snippet_author mediumint(8) UNSIGNED NOT NULL DEFAULT '0', snippet_time int(11) UNSIGNED NOT NULL DEFAULT '0', snippet_title varchar(100) DEFAULT '' NOT NULL, snippet_desc varchar(100) DEFAULT '' NOT NULL, snippet_text mediumtext DEFAULT '' NOT NULL, snippet_prunable tinyint(1) UNSIGNED NOT NULL DEFAULT 1, snippet_highlight varchar(30) DEFAULT '' NOT NULL, PRIMARY KEY (snippet_id), KEY snippet_author (snippet_author) )CHARACTER SET `utf8` COLLATE `utf8_bin`;
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: includes/functions_pastebin.php
LINE: 84
CALL: dbal_mysqli->sql_query()
FILE: pastebin.php
LINE: 29
CALL: pastebin->install()