Seite 1 von 1

Report Hack

Verfasst: 12.10.2004 21:39
von Andy120
Hallo,

Bekomm nach dem umzug sone Fehlermeldung. SQL ist alles wiederhergestellt...

Code: Alles auswählen

Allgemeiner Fehler 
  
Error by getting reports.

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 '' at line 9

SELECT r.report_id, rr.reason_name, r.reporter_id, r.reporter_username, u.username AS reportername, r.report_time, r.report_status, r.report_last_edit_user_id, u2.username AS report_last_edit_username, r.report_last_edit_time FROM phpbb_reports r LEFT JOIN phpbb_users u ON u.user_id = r.reporter_id LEFT JOIN phpbb_users u2 ON u2.user_id = r.report_last_edit_user_id LEFT JOIN phpbb_report_reasons rr ON rr.reason_id = r.report_reason WHERE r.report_status <= 2 ORDER BY r.report_status ASC, r.report_last_edit_time DESC, r.report_id DESC LIMIT -0, 

Line : 1183
File : /home/abouthab/public_html/forum/report.php 
 
Gruss Andy ;)