Página 1 de 1

Error tras mod Evaluation y prefix  Tema Solucionado

Publicado: 05 Sep 2010, 17:07
por oskitar10pantoja
URL: http://www.isosps3.com/foro
Versión phpBB: phpBB3 (3.0.7 PL-1)
MODs Instalados: Los nombrados en la firma
Plantilla(s) usada(s): Psp Black
Servidor: De Pago
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No

Me e fijado que sale este error: Como lo podría solucionar?

Código: Seleccionar todo

Error General
SQL ERROR [ mysql4 ]

Unknown column 'tx.prefix' in 'field list' [1054]

SQL

SELECT t.*, te2.evaluation AS own_evaluation, ROUND(AVG(te.evaluation), 2) AS evaluation, COUNT(te.evaluation) AS evaluation_count, tp.topic_posted, tt.mark_time, ft.mark_time AS forum_mark_time, tx.prefix, tx.prefix_colour FROM (phpbb_topics t) LEFT JOIN phpbb_topics_evaluation te ON (te.topic_id = t.topic_id) LEFT JOIN phpbb_topics_evaluation te2 ON (((te2.topic_id = t.topic_id) AND (te2.user_id = 53))) LEFT JOIN phpbb_topics_posted tp ON (tp.topic_id = t.topic_id AND tp.user_id = 53) LEFT JOIN phpbb_topics_track tt ON (tt.topic_id = t.topic_id AND tt.user_id = 53) LEFT JOIN phpbb_forums_track ft ON (ft.forum_id = t.forum_id AND ft.user_id = 53) WHERE t.forum_id IN (3, 0) AND t.topic_type IN (2, 3) GROUP BY t.topic_id ORDER BY t.topic_type DESC, t.topic_last_post_time DESC

BACKTRACE

FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()

FILE: viewforum.php
LINE: 375
CALL: dbal_mysql->sql_query()

Re: Error tras mod Evaluation y prefix

Publicado: 05 Sep 2010, 17:49
por Juanla
Revisate los cambios que hicistes en estos archivos:

Código: Seleccionar todo

adm/style/acp_forums.html, 
includes/constants.php, 
includes/functions_posting.php, 
includes/acp/acp_forums.php, 

Re: Error tras mod Evaluation y prefix

Publicado: 05 Sep 2010, 18:46
por oskitar10pantoja
Ya lo he solucionado, era un { mal puesto ;D