samerton / NamelessMC

A complete Minecraft-related PHP website package. Please note this is an old repository, a link to the new repo is in the readme
https://github.com/NamelessMC/Nameless
MIT License
39 stars 17 forks source link

Error when registering #45

Closed Kyle1264x closed 9 years ago

Kyle1264x commented 9 years ago

http://prntscr.com/7lufkf

samerton commented 9 years ago

Can you head into the AdminCP and check if there is an update available? I believe this error was fixed in version 0.3.3

Kyle1264x commented 9 years ago

Says i am up to date

samerton commented 9 years ago

Can you manually replace the contents of your inc/classes/DB.php with this code?

Kyle1264x commented 9 years ago

it says SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'uuid' cannot be null

even after replacing code

samerton commented 9 years ago

Can you replace the contents of inc/integration/uuid.php with this code? If it still doesn't work, I should be able to push a new fix later.

Kyle1264x commented 9 years ago

didnt work

samerton commented 9 years ago

This should fix it for now. Can you replace the contents of pages/register.php with this code