Amigos, estoy teniendo un problema con el phpbb. Instale un script para hacer una especie de subforos, lo peor de todo que eso ahora funciona pero no me lee los topics. Nose que puede hacer... ya di vuelta el MysSq y nada.
El error es este.
Could not obtain topic information
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM phpbb_topics t, phpbb_forums f WHERE t.topic_id = 1641
SELECT t.topic_id, t.topic_title, t.topic_status, t.topic_replies, t.topic_time, t.topic_type, t.topic_vote, t.topic_last_post_id, f.forum_name, f.forum_status, 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.attached_forum_id, FROM phpbb_topics t, phpbb_forums f WHERE t.topic_id = 1641 AND f.forum_id = t.forum_id
Line : 165
File : E:\webspace\resadmin\xxxxxx\xxxxxxx\www\foros\view topic.php
Lo unico que modifique mediante el script es esto, pero creo haberlo hecho bien.
ALTER TABLE `phpbb_topics` ADD INDEX (topic_last_post_id);
ALTER TABLE `phpbb_forums` ADD attached_forum_id MEDIUMINT(8) DEFAULT '-1' NOT NULL;
Si alguien me puede dar una manito! Muchas gracias!