wenn jemand ins profil geht und was ändert kommt danach folgende meldung
Could not update users table
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 '1' WHERE user_id = 2' at line 2
UPDATE phpbb_users SET user_email = '', user_icq = '', user_website = 'Http://, user_occ = '', user_from = 'Lu', user_interests = kino, user_birthday = '1429', user_next_birthday_greeting = '2004', user_sig , user_sig_bbcode_uid = 'e3837489f5', user_viewemail = 0, user_aim = '', user_yim = '', user_msnm = '', user_attachsig = 1, user_allowsmile = 1, user_allowhtml = 1, user_allowbbcode = 1, user_allow_viewonline = 1, user_notify = 0, user_notify_pm = 1, user_popup_pm = 1, user_timezone = 2, user_dateformat = 'D M d, Y H:i', user_lang = 'german', user_style = 1, user_active = user_active, user_actkey = 'user_actkey'', user_gender = '1' WHERE user_id = 2
Line : 525
File : /forum/includes/usercp_register.php
Und register line 525 ist
Code: Alles auswählen
message_die(GENERAL_ERROR, 'Could not update users table', '', __LINE__, __FILE__, $sql);
Gruss Dan