Ich habe ein Problem.
Seit heute kommt folgender Fehler auf meiner index.php Seite:
Was ist da falsch?SQL ERROR [ mysql4 ]
Unknown column 'message_id' in 'order clause' [1054]
SQL
SELECT * FROM phpbb_chat ORDER BY message_id DESC LIMIT 75
BACKTRACE
FILE: includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()
FILE: includes/db/mysql.php
LINE: 222
CALL: dbal_mysql->sql_query()
FILE: includes/db/dbal.php
LINE: 170
CALL: dbal_mysql->_sql_query_limit()
FILE: shout.php
LINE: 57
CALL: dbal->sql_query_limit()
FILE: index.php
LINE: 30
CALL: include('shout.php')
Vielen Dank
the_zoker_09