Page 1 of 1

UCP Error

Posted: Wed Oct 22, 2008 3:50 pm
by Victorious
I would greatly appreciate any help! I have several problems going on. :oops:

www.daniellestratton.com/forum1, In the UCP, under profile, when you click submit it generates the following error:

SQL ERROR [ mysql ]

Unknown column 'user_gender' in 'field list' [1054]

SQL

UPDATE phpbb_users SET user_icq = '', user_aim = '', user_msnm = '', user_yim = '', user_jabber = '', user_website = 'http://www.daniellestratton.com', user_from = 'Florida', user_occ = 'Jack of all trades', user_interests = 'my family', user_gender = NULL, user_birthday = '16- 4-1973' WHERE user_id = 2

BACKTRACE


FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()

FILE: includes/ucp/ucp_profile.php
LINE: 382
CALL: dbal_mysql->sql_query()

FILE: includes/functions_module.php
LINE: 471
CALL: ucp_profile->main()

FILE: ucp.php
LINE: 310
CALL: p_master->load_active()

Re: UCP Error

Posted: Wed Oct 22, 2008 4:14 pm
by Sewell
Did you select a gender before hitting submit or what did you do prior to clicking submit.

Re: UCP Error

Posted: Wed Oct 22, 2008 4:30 pm
by Victorious
I selected my gender, DOB and location then hit submit. :)

Re: UCP Error

Posted: Thu Oct 23, 2008 1:09 am
by LDM
That sounds like the same issues as you are having with gallery with some tables in the database.
Try that (in the other post) http://www.modphpbb3.com/forum/viewtopi ... p=909#p909
and see how it runs after.