I have been trying to run an upgrade from my v2 board to RC4. I seem to be getting there, but finally came across this error:
Code: Select all
SQL ERROR [ mysql4 ]
Column 'user_lang' cannot be null [1048]
SQL
INSERT INTO phpbb_users (username, username_clean, user_password, user_pass_convert, user_email, user_email_hash, group_id, user_type, user_permissions, user_timezone, user_dateformat, user_lang, user_style, user_allow_pm, user_actkey, user_ip, user_regdate, user_passchg, user_inactive_reason, user_inactive_time, user_lastmark, user_lastvisit, user_lastpost_time, user_lastpage, user_posts, user_dst, user_colour, user_occ, user_interests, 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_viewonline, user_allow_viewemail, user_allow_massemail, user_sig, user_sig_bbcode_uid, user_sig_bbcode_bitfield) VALUES ('AdsBot [Google]', 'adsbot [google]', '', 0, '', '00', 39, 2, '', 0, 'D M d, Y g:i a', NULL, 1, 1, '', '', 1186909057, 1186909057, 0, 0, 1186909057, 0, 0, '', 0, 0, '9E8DA7', '', '', '', 0, 0, 0, 0, 0, 0, 0, -3, 0, 0, 1, 0, 1, 1, 0, '', '', '')
This seems like static data, so how come it is trying to insert a NULL value into a non null column?
Is this a bug? I imagine I could get around it by allowing NULL's on that column, then sort out the data and amend it back, but not sure that's the way forward.
Any ideas?
Thanks,
J