Guys I try to start my server but this pops up in the console
And if I go to the references
If you need any more images, tell me. Idk how to solve this error
Guys I try to start my server but this pops up in the console
In the first screenshot it say Error no such table, fivem.items
Can you confirm that table exist in the database?
Check your mysql connection. Itâs looking in your fivem database not your essentialmode one. So change the string to look in essentialmode in your server.cfg
Set mysql_connection_strin âsever=127.0.0.1;uid=root;password=;databese=essentialmodeâ
Set es_enableCustomData 1
The tables doesnât exit, send a photo of your server.cfg complete
Your problem coming from database.First you doesnât have tables like items and second âAttempt to get length of a nil valueâ mean that some column was set to NULL and you need to change it to NOT NULL (Iâm not fully sure about this but actually its a database problem).
you donât need 7 until 9 lines
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.