My server can´t load user from database

[esplugin_mysql] An error happens for query “INSERT INTO users (identifier, money, bank, group, permission_level, license) VALUES (?, ?, ?, ?, ?, ?); : [“steam:11000013c687a45”,0,0,“user”,0,“license:9c06ea8fa446709a3b59880c2095eea1528a40d3”]”: ER_BAD_FIELD_ERROR: Unknown column ‘permission_level’ in ‘field list’

Your users table doesn’t have a column called “permission_level”. So you may have forgotten to run a SQL file that came with a script, or you ran it but there was a problem with it and this column was not added to the table. Find out what script wanted to alter the table “users” and add this column, then run the SQL file that it likely comes with.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.