Jak chcę zmienić płeć i zatwierdze zmiany wyskakuje mi taki błąd:
Kod:
Could not update users table
DEBUG MODE
SQL Error : 1054 Unknown column 'user_gender' in 'field list'
UPDATE phpbb_users SET user_email = '', user_icq = '', user_website = 'http://www.bttg.pl', user_occ = 'Trickster', user_from = 'Wrocław', user_interests = 'Tricks', user_birthday = '5166', user_next_birthday_greeting = '2006', user_trick = 'Backstep Sideswipe!', user_name_first = 'Łukasz', user_name_last = 'Forster', user_custom_title = 'BttG Funkatic', user_sig = '[size=9:e33d0722a3]Back to the Ground Wroclaw --> Extreme Movement Society[/size:e33d0722a3] [img:e33d0722a3]http://zalesie.internetdsl.pl/sygnatury/wookiss.jpg[/img:e33d0722a3] [size=10:e33d0722a3]-=[ www.bttg.republika.pl ]=- Mój numer GG: 1806689[/size:e33d0722a3] Mój Status: [STATUS]', user_sig_bbcode_uid = 'e33d0722a3', user_viewemail = 1, user_aim = '1806689', user_yim = '', user_msnm = '', user_attachsig = 1, user_allowsmile = 1, user_showavatars = 1, user_showsignatures = 1, user_allowhtml = 0, user_allowbbcode = 1, user_allow_viewonline = 1, user_notify = 0, user_notify_pm = 1, user_popup_pm = 1, user_timezone = 0, user_dateformat = 'd M Y h:i a', user_lang = 'polish', user_style = 2, user_active = 1, status_offline_text = 'Trickuje sobie gdzieś :P', status_online_text = 'No jestem, jestem :D', user_actkey = '', user_gender = '1' WHERE user_id = 2
Line : 749
File : usercp_register.php
Na pewno przez wstawienie tej linijki:
Kod:
, user_gender = '$gender'
, bo jak sie jej pozbęde bła nie wyskakuje, ale nie zmienia mi oczywiście płci

Zapytania SQL wykonałem, ale wyskoczyło mi coś takiego:
Kod:
This list is a result of the SQL queries needed for the additional mods in the pre-moded pack
"; while($sql[$n]) { $message .= ($mods[$n-1] != $mods[$n]) ? '
'.$mods[$n].'
' : ''; if(!$result = $db->sql_query($sql[$n])) $message .= '[Already added] line: '.($n+1).' , '.$sql[$n].'
'; else $message .='[Added/Updated] line: '.($n+1).' , '.$sql[$n].'
'; $n++; } message_die(GENERAL_MESSAGE, $message); ?>
Można coś zaradzić?