carlino1994 ha scritto:Prova a cambiare il tipo di colonna della tabella "prefisso_config", andando dal phpMyAdmin nella "struttura" della tabella, poi devi modificare la colonna "config_value" ed impostare come tipo "varchar" e lunghezza 255.
Così dovrebbe andare.
Adesso l'aggiornamento è andato! Grazie mille!
Però adesso è sorto un altro problema!!
Se scrivo un post mi da il seguente errore :
Errore Generale
SQL ERROR [ mysql4 ]
Field 'post_edit_reason' doesn't have a default value [1364]
SQL
INSERT INTO phpbb_posts (forum_id, poster_id, icon_id, poster_ip, post_time, post_approved, enable_bbcode, enable_smilies, enable_magic_url, enable_sig, post_username, post_subject, post_text, post_checksum, post_attachment, bbcode_bitfield, bbcode_uid, post_postcount, post_edit_locked, topic_id) VALUES (29, 2, 0, '80.183.70.27', 1267963089, 1, 1, 1, 1, 1, '', 'Re: prova sondaggio', 'Adesso vanno <!-- s:D --><img src=\"{SMILIES_PATH}/01-icon_mrgreen.gif\" alt=\":D\" title=\"mrgreen\" /><!-- s:D -->', '2058bb254a75881341c4bfed6f4878a8', 0, '', '3981hlm1', 1, 0, 412)
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/functions_posting.php
LINE: 1985
CALL: dbal_mysql->sql_query()
FILE: posting.php
LINE: 1108
CALL: submit_post()
Cosa significa?
