UCP Error

Post any general problems, information or issues on ModphpBB3 in here.
Post Reply
Victorious
Forum Member
Forum Member
Posts: 8
Joined: Sat Sep 13, 2008 12:56 am

UCP Error

Post 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()
User avatar
Sewell
Forum Member
Forum Member
Posts: 112
Joined: Mon Jul 28, 2008 11:40 am

Re: UCP Error

Post by Sewell »

Did you select a gender before hitting submit or what did you do prior to clicking submit.
Victorious
Forum Member
Forum Member
Posts: 8
Joined: Sat Sep 13, 2008 12:56 am

Re: UCP Error

Post by Victorious »

I selected my gender, DOB and location then hit submit. :)
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: UCP Error

Post 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.
Post Reply