Seite 1 von 1

nach der reg. fehler

Verfasst: 28.08.2003 19:58
von Fabse
diesen Fehler bekomme ich:
Could not insert data into 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 'user_birthday, user_next_birthday_greeting, user_active, user_a

INSERT INTO phpbb_users (user_id, username, user_regdate, user_password, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_sig, user_sig_bbcode_uid, user_avatar, user_avatar_type, user_viewemail, user_aim, user_yim, user_msnm, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_timezone, user_dateformat, user_lang, user_style, user_gender, user_level, user_allow_pm user_birthday, user_next_birthday_greeting, user_active, user_actkey) VALUES (26, 'Test', 1062093705, 'a7d39043afa25be5cc235d943b64917a', 'fabse@fabian-h.com', '', '', '', '', '', '', '', '', 0, 0, '', '', '', 1, 1, 0, 1, 1, 0, 1, 1, 1, 'd.m.Y, H:i', 'german', 2, '1', 0, 1, '7064', '2004', 0, 'a08bd4b604065')

Line : 596
File : /var/www/l3s4299/html/phpbb/includes/usercp_register.php

Wisst ihr was das ist?

Re: nach der reg. fehler

Verfasst: 28.08.2003 20:07
von PhilippK
Fabse hat geschrieben:Wisst ihr was das ist?
Das ist 'ne Fehlermeldung, die erscheint, wenn man ein Komma vergisst :-D
Schau mal hier:

Code: Alles auswählen

user_allow_pm user_birthday
, das sollte wohl

Code: Alles auswählen

user_allow_pm, user_birthday
heißen.

Gruß, Philipp