Closed kosTek closed 8 years ago
When you break things, DarkRP might eventually error. That error cannot stand on its own. Always look for the earliest error.
Alright So I check the Server console... and I found this;
[ERROR] gamemodes/darkrp/gamemode/libraries/mysqlite/mysqlite.lua:298: attempt to write a readonly database (DELETE FROM FADMIN_PRIVILEGES WHERE NAME = "user" AND PRIVILEGE = "SetAccess";)
This is the error that pops up on server console when Server is booted.
I mean, it tells you the problem. Your database is read only.
If you're not using MySQL, change the properties of garrysmod/sv.db on your server so that it can be written (turn off Read Only)
Description of the bug
Once I join my server my job is Unassigned and mostly it says that " Your data is not loaded (...) " Also Default F4 Menu is not working, when I try to press f4 it does not work
How to make the bug happen
With data loadment problem... Once joined server / once booted the server With F4 menu.... You have to try to open Job menu and it doesnt work
Lua errors
--Data Loadment--
Did not find any errors in console mostly just this; "Your data has not yet been loaded."
--F4 Menu--
[DarkRP] gamemodes/darkrp/gamemode/modules/base/cl_gamemode_functions.lua:23: attempt to index local 'jobTable' (a nil value)
Why the developer of DarkRP is responsible for this issue
Errors are in DarkRP gamemode content which means that this Might be creators fault. However with data loadment problem, even with no addons it does not Load the data... Trying to reinstall server and install everything back again doesnt help.