Sqlite handle raised an exception (Exception: Connection is null)Not An Issue
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 ?
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.
5e13a8d5b2bc5.jpg 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