Verfasst: 11.09.2004 14:36
Ich bin auch schon ganz wibbelig.kratzer54847 hat geschrieben:hoffentlich wird der bald fertig![]()

phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Ich bin auch schon ganz wibbelig.kratzer54847 hat geschrieben:hoffentlich wird der bald fertig![]()
No post id!
Einige Queries konnten nicht ausgeführt werden. Versuchen sie es später noch einmal.
Fehler Liste:
SQL Error: 1062 Duplicate entry 'report_view_user' for key 1
SQL Query: INSERT INTO phpbb_config (config_name, config_value) VALUES ('report_view_user', '1'), ('report_edit_user', '1'), ('report_list_user', '1'), ('report_self', '1'), ('report_per_page', '40')
SQL Error: 1091 Can't DROP 'reporter_id'. Check that column/key exists
SQL Query: ALTER TABLE phpbb_posts DROP reporter_id
SQL Error: 1064 You have an error in your SQL syntax near 'post_report TINYINT( 1 ) DEFAULT '0' NOT NULL' at line 1
SQL Query: ALTER TABLE phpbb_posts post_report TINYINT( 1 ) DEFAULT '0' NOT NULL
SQL Error : 1109 Unknown table 'p' in where clause
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 >= 3 AND ( p.forum_id IN (59) OR r.reporter_id = '50') ORDER BY r.report_last_edit_time DESC, r.report_id DESC LIMIT 0, 40
Line : 1179
File : .../report.php