ESX_Identity & Es_extended

citizen:/scripting/lua/scheduler.lua:405: @esx_identity/server/main.lua:33: attempt to index a nil value (field '?')
stack traceback:
	@esx_identity/server/main.lua:33: in upvalue 'ref'
	citizen:/scripting/lua/scheduler.lua:391: in function <citizen:/scripting/lua/scheduler.lua:390>
	[C]: in function 'xpcall'
	citizen:/scripting/lua/scheduler.lua:390: in function <citizen:/scripting/lua/scheduler.lua:389>
stack traceback:
	[C]: in function 'error'
	error in mono_error_set_argument_null: 
citizen:/scripting/lua/scheduler.lua:405: in function <citizen:/scripting/lua/scheduler.lua:374>
[ERROR] [MySQL] Check the error above, an error happens when executing the callback from the query : "SELECT identifier, firstname, lastname, dateofbirth, sex, height FROM `users` WHERE `identifier` = @identifier {@identifier=steam:1100001051288be}"
Error running call reference function for resource es_extended: citizen:/scripting/lua/scheduler.lua:405: @es_extended/server/main.lua:134: attempt to index a nil value (field '?')
stack traceback:
	@es_extended/server/main.lua:134: in upvalue 'ref'
	citizen:/scripting/lua/scheduler.lua:391: in function <citizen:/scripting/lua/scheduler.lua:390>
	[C]: in function 'xpcall'
	citizen:/scripting/lua/scheduler.lua:390: in function <citizen:/scripting/lua/scheduler.lua:389>
stack traceback:
	[C]: in function 'error'
	citizen:/scripting/lua/scheduler.lua:405: in function <citizen:/scripting/lua/scheduler.lua:374>
[ERROR] [MySQL] Check the error above, an error happens when executing the callback from the query : "SELECT job, job_grade, loadout, position FROM `users` WHERE `identifier` = @identifier {@identifier=steam:1100001051288be}"

Today i started running into this error , wondering why exactly its being spammed into my console . I have everything in SQL so im wondering why its still trying to index a nil when people have been joining and saving in the server all the time.

Check if you have all of the columns in your SQL database that the server is trying to fetch. (SELECT … FROM ‘USERS’ …)

Also make sure the table all of the data is in is actually called users. If you renamed it that will cause issues.

@Th3Cha0s I have the same issue I need some help

Got this error for two days and I haven’t figured out how to fix I need help please! @Th3Cha0s