Error General en MYSQL
Publicado: 05 Jun 2015, 16:54
Buenas,
Cuando se intenta registrar un nuevo usuario al foro me da el siguiente error:
Esto sucede desde la actualizacion a 3.1
Cuando se intenta registrar un nuevo usuario al foro me da el siguiente error:
Código: Seleccionar todo
SQL ERROR [ mysqli ]
Field 'user_topic_preview' doesn't have a default value [1364]
SQL
INSERT INTO phpbb_users (username, username_clean, user_password, user_email, user_email_hash, group_id, user_type, user_permissions, user_timezone, user_dateformat, user_lang, user_style, user_actkey, user_ip, user_regdate, user_passchg, user_options, user_new, user_inactive_reason, user_inactive_time, user_lastmark, user_lastvisit, user_lastpost_time, user_lastpage, user_posts, user_colour, user_avatar, user_avatar_type, user_avatar_width, user_avatar_height, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_message_rules, user_full_folder, user_emailtime, user_notify, user_notify_pm, user_notify_type, user_allow_pm, user_allow_viewonline, user_allow_viewemail, user_allow_massemail, user_sig, user_sig_bbcode_uid, user_sig_bbcode_bitfield, user_form_salt) VALUES ('infspirit', 'infspirit', '$2y$10$fvjl7feHcwZQ10fsMGmn.OhRXZErkXrymGfW7JHpdS3NJwvbTuKNO', 'infspirit_coki_89@hotmail.com', '175039874329', 2, 1, '', 'Europe/Madrid', 'd M Y, H:i', 'es', 2, '31ZWZV', '212.108.3.9', 1433515878, 1433515878, 230271, 1, 1, 1433515877, 1433515878, 0, 0, '', 0, '', '', '', 0, 0, 0, 0, 0, 0, -3, 0, 0, 1, 0, 1, 1, 1, 1, '', '', '', 'd77ee0f74c1f7aa8')
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 852
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 193
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 329
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/includes/functions_user.php
LINE: 275
CALL: phpbb\db\driver\factory->sql_query()
FILE: [ROOT]/includes/ucp/ucp_register.php
LINE: 364
CALL: user_add()
FILE: [ROOT]/includes/functions_module.php
LINE: 674
CALL: ucp_register->main()
FILE: [ROOT]/includes/functions_module.php
LINE: 998
CALL: p_master->load_active()
FILE: [ROOT]/ucp.php
LINE: 70
CALL: p_master->load()