MyBB Community Forums

Full Version: MyBB MySQL error - How to remove or edit colums in mybb_users?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So basically when I remove a column from MyBB_users in phpmyadmin for example the email column it works ok but when a user registers an account then an error pops up because of that, where do i enter to take out the email column in mybb_users so when it registers, it can successfully make an account and send the query without needing the email column? Because even though it's deleted the mysql error still shows the email column INSERT QUERY INTO MYBB USERS - password,salt,admin key, and email.
I think whatever you're trying to do you're approaching it wrong. You can't remove the email column without needing to extensively modify MyBB and for certain losing the ability to upgrade when a new version is released.