He tenido un pequeño problema ahora. Tengo instalado este MOD: https://www.phpbb.com/community/viewtop ... &t=1883675
Lo tenía desactualizado, y entonces me salía un error cuando iba a hacer cambios en el apartado de preferencias de foros del UCP, que era este:
Código: Seleccionar todo
Error General
SQL ERROR [ mysqli ]
Column 'al_fb_hide_activity' cannot be null [1048]
SQL
UPDATE phpbb_users SET user_allow_pm = 1, user_allow_viewemail = 0, user_allow_massemail = 1, user_allow_viewonline = 1, user_notify_type = '0', user_notify_pm = 1, user_options = '231295', user_dst = 1, user_dateformat = 'D M d, Y g:i a', user_lang = 'es', user_timezone = 1, user_style = 2, user_scl_enabled = 1, al_fb_hide_activity = NULL, al_fb_hide_stream = NULL, al_fb_hide_facepile = NULL, al_fb_hide_like_box = NULL WHERE user_id = 2
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/includes/db/dbal.php
LINE: 757
CALL: trigger_error()
FILE: [ROOT]/includes/db/mysqli.php
LINE: 182
CALL: dbal->sql_error()
FILE: [ROOT]/includes/ucp/ucp_prefs.php
LINE: 113
CALL: dbal_mysqli->sql_query()
FILE: [ROOT]/includes/functions_module.php
LINE: 517
CALL: ucp_prefs->main()
FILE: [ROOT]/ucp.php
LINE: 338
Espero que alguien me pueda dar la solución
