Toda la instalación me salió bien gracias al manual de Mitch ^^
Configuré los ids de los foros para NOTICIAS Y TEMAS RECIENTES... pero cuando mis usuarios empezaron a postear nuevos topics, luego de un rato salió este error:
Código: Seleccionar todo
SQL ERROR [ mysql4 ]
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 'DESC LIMIT 15' at line 7 [1064]
SQL
SELECT t.topic_id FROM phpbb_topics t WHERE t.forum_id = 15 AND t.topic_type IN (0, 1) ORDER BY t.topic_type DESC, DESC LIMIT 15
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal_mysql->sql_error()
FILE: includes/db/mysql.php
LINE: 221
CALL: dbal_mysql->sql_query()
FILE: includes/db/dbal.php
LINE: 170
CALL: dbal_mysql->_sql_query_limit()
FILE: viewforum.php
LINE: 445
CALL: dbal_mysql->sql_query_limit()
Alguien puede sugerirme qué hacer? :S
gracias!