MyBB Community Forums

Full Version: SQL error on register
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, it appears that whenever someone tries to register, they get an error.  MyBB is always setting the aid to 0.  If I remove the one entry from the database, it will work once.  (once you register a second user same problem).

I'm running the latest version of mybb.

[Image: 790dcfcc53983ce0f1fd8fc72cfde150.png]
bump Confused
Go to your phpmyadmin or SQL database and delete the entry for UID 0 - entries should start at 1 and increment. If you remove the one that has 0 you should be sorted Smile
(2016-07-15, 10:48 PM)katos Wrote: [ -> ]Go to your phpmyadmin or SQL database and delete the entry for UID 0 - entries should start at 1 and increment. If you remove the one that has 0 you should be sorted Smile

I did that, it still comes up as 0.
List your plugins.
[Image: 66a9a6a6e429678d2fecaff9b7b50bb3.png]
Is it a mobile registration or a registration through the desktop version of your site?
What is the URL of your site?
Make sure that column is set to AUTO_INCREMENT