Ich habe den Benutzernamen eines Benutzers geändert und bekam das:
Dann habe ich die Seite aktualisiert, und der Name war geändert. Wie kriege ich den Fehler nun weg?Allgemeiner Fehler
SQL ERROR [ mysqli ]
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 2 [1064]
SQL
DELETE FROM phpbb_dl_favorites WHERE fav_user_id =
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: includes/functions_user.php
LINE: 146
CALL: dbal_mysqli->sql_query()
FILE: includes/acp/acp_users.php
LINE: 903
CALL: user_update_name()
FILE: includes/functions_module.php
LINE: 507
CALL: acp_users->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
Kleiner Hinweis nebenbei: Mit PHP habe ich erste Erfahrungen gemacht, aber mit SQL kenne ich mich nicht aus
