al poner responder en un topic en el foro, me sale el siguiente error:
Código: Seleccionar todo
Could not obtain topic information
DEBUG MODE
SQL Error : 1054 Unknown column 'f.auth_download' in 'field list'
SELECT t.topic_title, f.forum_id, f.auth_view, f.auth_read, f.auth_post, f.auth_reply, f.auth_edit, f.auth_delete, f.auth_sticky, f.auth_announce, f.auth_pollcreate, f.auth_vote, f.auth_attachments, f.auth_download, t.topic_attachment FROM phpbbb_topics t, phpbbb_forums f WHERE t.topic_id = 46 AND f.forum_id = t.forum_id
Line : 49
File : topic_review.php
Código: Seleccionar todo
ALTER TABLE phpbb_forums ADD COLUMN auth_download tinyint(2) default '0' NOT NULL
lo soluciona, pero al hacer eso pasa esto:

buscare, alguna solucion por mientars espero vuestra ayuda.