Olympz
1
Whats is wrong? i cant press E in the circle in the job center, i just dont get it, i will upload a picture of the server log when i press E.
ask in the original topic of where you got the resource from as this has nothing to do with FiveM within itself.
schwim
3
Unknown column 'whitelisted' in 'where clause'
I’m not sure if you’re trolling but the error is telling you exactly what the issue is. The table jobs is missing the column ‘whitelisted’ and is causing the script to break.
This is more than likely caused by not inserting the sql for a resource that was added to the server.
Started resource sessionmanager
No such command database=[].
No such command userid=[].
No such command password=[].
schwim
5
It looks to me like you didn’t tell the server any of your MySQL details. It’s trying to connect with empty mysql credentials. Try adding this to the top of your server.cfg and be sure to fill out the database name, host, user and pass.
set mysql_connection_string "server=;database=;userid=;password="
system
Closed
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.