Zainstalowałem na forum pare modów i wszystko ładnie pięknie działa, ale do moment kiedy nowy użytkownik chce się zarejestrowac wyświetla się taki błąd:
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 ' 0, 'D M d, Y g:i a', 'polish', 2, 0, 1, 1, '')' at line 2
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_level, user_allow_pm, user_active, user_actkey) VALUES (24, '35groszy', 1133482490, 'ce31cd7fd367070a0be0a5bda55c0647',
'35groszy@wp.pl', '', '', '', '', '', '', '', '', 0, 0, '', '', '', 1, 1, 1, 1, 1, 0, 1, , 0, 'D M d, Y g:i a', 'polish', 2, 0, 1, 1, '')
Line : 630
File : usercp_register.php
Natomiast gdy istniejący forumowicz chce dokonać zmian w profilu wyświetla mu sie podobny błąd:
ould 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 ' user_timezone = 0, user_dateformat = 'd M Y h:i a', user_lang
UPDATE phpbb_users SET user_email =
'35groszy@boo.pl', user_icq = '6908157', user_website = '', user_occ = 'Gniezno', user_from = '', user_interests = '', user_sig = '', user_sig_bbcode_uid = '', user_viewemail = 1, user_aim = '', user_yim = '', user_msnm = '', user_attachsig = 1, user_allowsmile = 1, user_allowhtml = 1, user_allowbbcode = 1, user_allow_viewonline = 1, user_notify = 1, user_notify_pm = 1,hide_quick_reply = 0, user_popup_pm = , user_timezone = 0, user_dateformat = 'd M Y h:i a', user_lang = 'polish', user_style = 1, user_active = 1, user_actkey = '' WHERE user_id = 2
Line : 520
File : usercp_register.php
Czy moglibyście pomóc mi rozwiązać ten problem ?? Bo nie cosik jest nie tak a nie wiem co ??