Wenn ich ein Thread aus dem Archiv (Archiv MOD) wiederherstellen möchte, bekomme ich diese Fehlermeldung:
Ich versteh nicht, was ich da machen muss oder soll.Could not delete archive information
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 1
DELETE FROM phpbb_archive_info WHERE a_topic_id_new IN()
Line : 767
File : modcp.php
Dies ist die der Abschnitt (Line: 767 in Rot) aus der modcp.php:
Ich werde da nicht schlau daraus. Löschen kann ich aus dem Archiv.$sql = "DELETE FROM " . ARCHIVE_TABLE . " WHERE a_topic_id_new IN($topic_id_sql)";
if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'Could not delete archive information', '', __LINE__, __FILE__, $sql);
}