2011-11-30, 07:20 AM
Detailed description of your problem, including steps to reproduce if necessary:
After moving to a new host, there is an issue with user registrations. Everything else appears to be working fine.
URL to your forum/URL to specific problematic page:
www.clanbbf.com
New installation or upgrade (from which version of MyBB)?:
Was originally a merge from mybb back in Jan. with whatever version of 1.6 was out then. I've done all updates since then except this new 1.6.5 without issue. I am still on 1.6.4.
Test user account (if a posting/UserCP issue):
Try creating a user and you'll see the error.
Screenshot or error text, verbatim:
The issue seems to be the empty table item it tries to insert into with no value since it's not one of the old phpbb accounts from the merge?
Assistance would be greatly appreciated.
After moving to a new host, there is an issue with user registrations. Everything else appears to be working fine.
URL to your forum/URL to specific problematic page:
www.clanbbf.com
New installation or upgrade (from which version of MyBB)?:
Was originally a merge from mybb back in Jan. with whatever version of 1.6 was out then. I've done all updates since then except this new 1.6.5 without issue. I am still on 1.6.4.
Test user account (if a posting/UserCP issue):
Try creating a user and you'll see the error.
Screenshot or error text, verbatim:
Quote:MyBB SQL ErrorIt continues on with the values from the new user.
MyBB has experienced an internal SQL error and cannot continue.
SQL Error: 1364 - Field 'passwordconvert' doesn't have a default value Query: INSERT INTO mybb_users (username
,password
,salt
,loginkey
,postnum
,avatar
,avatartype
,usergroup
,additionalgroups
,displaygroup
,usertitle
,regdate
,lastactive
,lastvisit
,website
,icq
,aim
,yahoo
,msn
,birthday
,signature
,allownotices
,hideemail
,subscriptionmethod
,receivepms
,receivefrombuddy
,pmnotice
,pmnotify
,showsigs
,showavatars
,showquickreply
,showredirect
,tpp
,ppp
,invisible
,style
,timezone
,dstcorrection
,threadmode
,daysprune
,dateformat
,timeformat
,regip
,longregip
,language
,showcodebuttons
,away
,awaydate
,returndate
,awayreason
,notepad
,referrer
,referrals
,buddylist
,ignorelist
,pmfolders
,warningpoints
,moderateposts
,moderationtime
,suspendposting
,suspensiontime
,coppauser
,classicpostbit
,usernotes
) VALUES ...
The issue seems to be the empty table item it tries to insert into with no value since it's not one of the old phpbb accounts from the merge?
Assistance would be greatly appreciated.