[phpBB Debug] PHP Notice: in file /includes/functions_pastebin.php on line 56: Undefined property: dbal_mysql::$mysql_version
Volver a la página principal
Error General
SQL ERROR [ mysql4 ]
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) );
BACKTRACE
FILE: includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()
FILE: includes/functions_pastebin.php
LINE: 84
CALL: dbal_mysql->sql_query()
FILE: pastebin.php
LINE: 29
CALL: pastebin->install()
No se si estare ciego o que sucede, pero no vi nunguna consulta SQL ni ningun archivo que hubiera de ejecutar ...
Alguna solución ?¿
Gracias de Antemano
