Ich habe gerade ein Bug in meinem Forum eingetragen und bekomme die folgende Fehlermeldung:
Die Fehlermeldung kommt auch wenn ich im Bug Tracker auf "Details" klicke.SQL ERROR [ mysql4 ]
Unknown column 'd_cat' in 'where clause' [1054]
SQL
SELECT b.*, d.description AS report_file, u1.username AS report_author, u1.user_colour AS report_colour, u2.username AS report_assign, u2.user_colour AS report_assign_col FROM (phpbb_dl_bug_tracker b) LEFT JOIN phpbb_downloads d ON (b.df_id = d.id) LEFT JOIN phpbb_users u1 ON (u1.user_id = b.report_author_id) LEFT JOIN phpbb_users u2 ON (u2.user_id = b.report_assign_id) WHERE b.report_id = 2 AND d_cat IN (1, 2, 4, 5, 3)
BACKTRACE
FILE: includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()
FILE: dl_mod/includes/dl_bug_tracker.php
LINE: 370
CALL: dbal_mysql->sql_query()
FILE: downloads.php
LINE: 803
CALL: include('dl_mod/includes/dl_bug_tracker.php')
Viele Grüße,
Alexander