-
Fails when trying to create the database with SQLite-net.PCL, here's the stack trace:
```
> SQLitePCL.raw.DLL!SQLitePCL.SQLite3Provider.SQLitePCL.ISQLite3Provider.sqlite3_open(string filename, out …
-
``` lua
function DarkRP.storeTeamDoorOwnability(ent)
local map = string.lower(game.GetMap())
end
if job then
e:addKeysDoorTeam(job)
else
print(("can't find job %s for door %d, removing fr…
FPtje updated
9 years ago
-
[ERROR] gamemodes/zombierp/gamemode/modules/fadmin/fadmin/access/sv_init.lua:40: attempt to index global 'CAMI' (a nil value)
1. callback - gamemodes/zombierp/gamemode/modules/fadmin/fadmin/access/sv_…
-
I own a server and feel that using MySQLite will work out for users who cannot use MySQL. or add MySQLite as a backup if it fails to connect to server. This could keep the server from pinging the data…
-
[ERROR] gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua:294: bad argument #1 to 'SetTeam' (number expected, got nil)
1. SetTeam - [C]:-1
1. v - gamemodes/darkrp/gamemode/modules/ba…
-
MySQLoo and tMySQL4 are running.
When now using the new config option to force tmysql4, the server outputs this as an Error;
``` lua
[ERROR] gamemodes/darkrp/gamemode/libraries/mysqlite/mysqlite.lua…
-
Not sure if this is a bug or by design.
Basically, every time the Server gets restarted, the following will be re-added to their respective types on next startup, even when removed manually in-game o…
-
the lua error is like this
There are 2 Lua problems!
Please check your console for more information!
[ERROR] A runtime error has occurred in "addons/levels/lua/darkrp_modules/levels/sv_data.lua" …
-
[ERROR] gamemodes/darkrp/gamemode/libraries/mysqlite/mysqlite.lua:287: column rpname is not unique (UPDATE darkrp_player SET rpname = 'Sam Fischer' WHERE UID = 1848218606;)
1. error - [C]:-1
1. que…
-
Hey,
i tried to figure out why my Server is crashing a lot of time...
And i think it has be to with the MySQL Settings...
I tried a lot of things, my addons are MySQL Safe (Using Addons while databa…