05.02.2015, 20:10
In most cases, that's because the server can't create/access the file/folder/database in which the userdata should be saved. Are you using MySQL or a file based saving method? If you're using MySQL, make sure that the database is connected and the queries get executed without errors. If you use file based, make sure that all folders are created, and watch out for the case sensitivity.

