Versión phpBB: phpBB3 (3.0.7)
Plantilla(s) usada(s): diry board 2.0
Hola

Tenia el Thank Post Mod que no era compatible con el Hide MOD,y lei que tenia que desinstalarlo e instalar el Thank Post Mod (hide MOD compatible ) para que funcionara junto con el Hide MOD.
Bien,lo desinstale y me genera el siguiente error:
Código: Seleccionar todo
Error General
SQL ERROR [ mysql4 ]
Unknown column 'thanks_from' in 'field list' [1054]
SQL
SELECT thanks_from FROM phpbb_thanks WHERE post_id = 12679 AND thanks_from = 2
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: viewtopic.php
LINE: 1693
CALL: dbal_mysql->sql_query()
Y al usar el /db_update.php tal como me pide el instalador, me aparece el siguiente error:
Código: Seleccionar todo
Updating the database
Warning: Cannot modify header information - headers already sent by (output started at /home/quetalfa/public_html/foro/db_update.php:38) in /home/quetalfa/public_html/foro/includes/functions.php on line 3594
Error General
SQL ERROR [ mysql4 ]
Table 'phpbb_thanks' already exists [1050]
SQL
CREATE TABLE `phpbb_thanks` ( `thanks_id` mediumint(8) unsigned NOT NULL auto_increment, `thanks_from` mediumint(8) unsigned NOT NULL, `thanks_to` mediumint(8) unsigned NOT NULL, `post_id` mediumint(8) unsigned NOT NULL, PRIMARY KEY (`thanks_id`) )
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: db_update.php
LINE: 69
CALL: dbal_mysql->sql_query()
¿Que pasó ahi?
