MyBB Community Forums

Full Version: SQL Error 1054 - Unknown column 'postnum' in 'field list'
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Edit: Solved on my own, did a full reinstall. I think it might have been a permissions issue at first in the ftp.


Greetings,

I installed MyBB through GoDaddy automatic app installation with version 1.6.1 and I overwrote the files with the latest version 1.6.13

I also recently installed the style BassCODE. I haven't done much of anything with the forum yet aside from prepare the categories and forums.

The Problem: When i try to make a custom profile field of any type, I get this error.

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1054 - Unknown column 'postnum' in 'field list'
Query:
INSERT INTO mybb_profilefields (name,description,disporder,type,length,maxlength,required,editable,hidden,postnum) VALUES ('RP Status','Your current status pertaining to rp.','4','checkbox\nActive\nCasual\nRetired\nNone','0','10','0','1','0','0')