If a User spawn to my server, i get this error in server-console: Sqlite handle raised an exception (Exception: Connection is null) at Oxide.Core.SQLite.Libraries.SQLite+SQLiteQuery.Handle () [0x0002b] in :0 ... whats the Problem ?
Sqlite handle raised an exception (Exception: Connection is null)Not An Issue
Are there any other details? Seems like it is a problem with a plugin using SQLite - there are not that many, easy to find one.
i havent other error, only this ...
As misticos mentioned, you have a plugin that is using the SQLite library in Oxide and isn't providing a valid connection. You can try searching your plugins for mentions of "SQLite", though it may be Rust:IO which is an extension.
Wulf
As misticos mentioned, you have a plugin that is using the SQLite library in Oxide and isn't providing a valid connection. You can try searching your plugins for mentions of "SQLite", though it may be Rust:IO which is an extension.
thanks wulf, i find it:
the plugin EnhancedBanSystem makes this problem !
Locked automatically