MyBB Community Forums
MyBB MySQL error - How to remove or edit colums in mybb_users? - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html)
+----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html)
+------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html)
+------ Thread: MyBB MySQL error - How to remove or edit colums in mybb_users? (/thread-150372.html)



MyBB MySQL error - How to remove or edit colums in mybb_users? - Helsing - 2014-01-26

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.


RE: MyBB MySQL error - How to remove or edit colums in mybb_users? - Nathan Malcolm - 2014-01-26

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.