To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

English version - [UNSOLVED] CANTS EDIT PROFILE?!

JA$ON - 17-03-2007, 18:07
Temat postu: [UNSOLVED] CANTS EDIT PROFILE?!
Hi! Whenever I try to edit my profile it shows an error:
Cytat:
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 ' user_allowhtml = 0, user_allowbbcode = 1, user_allow_viewonline = 1, user_notif' at line 2

UPDATE phpbb_users SET user_email = 'xx[at]life-stylez.de', user_icq = '285094XXX', user_website = 'http://life-stylez.de', user_occ = 'Diese Seite, Musik, Graffiti, Sport, Party!', user_interests = 'Admin von Life-Stylez.de, Inhaber von Werbe&Medien Agentur', user_from = 'Bremen', user_field_1 = 'DJ.gif',user_field_2 = 'Germany.gif', user_sig = 'Alle Fragen an mich.', user_custom_color = '', user_custom_rank = '', user_sig_bbcode_uid = '5c66583464', user_viewemail = 0, user_viewaim = 1, user_aim = '', user_yim = '', user_msnm = 'xx@web.de', user_attachsig = 1, user_allowsmile = 1, karma_setonoff = , user_allowhtml = 0, user_allowbbcode = 1, user_allow_viewonline = 1, user_notify = 0, user_notify_gg = 0, user_notify_pm = 1, user_popup_pm = 1, user_timezone = 1, user_lang = 'english', user_style = 2, user_active = 1, user_actkey = '', no_report_popup = 0, no_report_mail = 0, user_birthday = '6739', user_next_birthday_greeting = '2007', user_gender = 1, allowpm = 1, user_ip_login_check = 1 WHERE user_id = 2

Line : 706
File : usercp_register.php

what the **** is that, i never had that before?! :shock: :?:

zuraw2006 - 17-03-2007, 19:16

JA$ON, if you have backup your database, you'll change with older ;)
spacegoose - 19-03-2007, 01:08
Temat postu: ???
is this a problem with 1.12.5?
azwel - 19-03-2007, 09:08

JA$ON,
Kod:
karma_setonoff = ,
here's your problem. Add
Kod:
''
to avoid it:
Kod:
karma_setonoff = '',
.

JA$ON - 25-03-2007, 00:36

thanks! so it was a problem with the karma hack?
i should be more carefull with installing new hacks..
thanks again

[ Added: 25-04-2007, 14:59 ]
azwel napisał/a:
JA$ON,
Kod:
karma_setonoff = ,
here's your problem. Add
Kod:
''
to avoid it:
Kod:
karma_setonoff = '',
.


ehm.. how exactly am i supposed to do that??



Powered by phpBB modified by Przemo © 2003 phpBB Group