Mi problema es este:.... Instale el MOD Gender 1.0.1 hice todo lo que dice el install y veo todo en mi foro.....pero al efitar el perfil y darle a enviar me da un error.
Este es el error:
Código: Seleccionar todo
Error General
SQL ERROR [ mysql4 ]
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 = '', user_from = '', user_occ = '', user_interests = '', user_gender = NULL, user_notify_type = 2, user_birthday = ' 0- 0- 0' WHERE user_id = 2
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/ucp/ucp_profile.php
LINE: 395
CALL: dbal_mysql->sql_query()
FILE: includes/functions_module.php
LINE: 471
CALL: ucp_profile->main()
FILE: ucp.php
LINE: 320
CALL: p_master->load_active()
Código: Seleccionar todo
SQL
ALTER TABLE phpbb_users ADD user_gender TINYINT(1) UNSIGNED NOT NULL DEFAULT 0;