When I register as a new user, there is no problem adding my birthday in my profile. But as an existing member I can not add it.
First of all, the letters are white on a white pulldown menu.
But when you go over it with the mouse you can see it, fill it in and try to update the profile. Then I get the error message:
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 'd M Y h:i a', user_lang = 'english', user_style = 3, user_activ
UPDATE phpbb_users SET user_email = 'forum@ourwebsite.com', user_icq = '', user_website = '', user_occ = '', user_from = '', user_interests = '', user_birthday = '3751', user_next_birthday_greeting = '2006, user_sig = '', user_sig_bbcode_uid = '', user_viewemail = 1, user_aim = '', user_yim = '', user_msnm = '', user_attachsig = 0, user_allowsmile = 1, user_allowhtml = 0, user_allowbbcode = 1, user_allow_viewonline = 0, user_notify = 1, user_notify_pm = 1, user_popup_pm = 1, user_timezone = 0, user_dateformat = 'd M Y h:i a', user_lang = 'english', user_style = 3, user_active = 1, user_actkey = '' WHERE user_id = 2
Line : 589
File : usercp_register.php
I can't figure it out where the problem is.
Please, help me out with the colour and the code error!!!
I did it all very carefully, especially in the part where they tell you to be carefull. And as far as I can see, it's all correct.


