Database error when trying to connect
I filled out the config.yml correctly with the login information for the database and in the console I get an error that reads:
09.11 01:38:51 [Server] WARN java.lang.NullPointerException
09.11 01:38:51 [Server] WARN at java.lang.Thread.run(Thread.java:745)
09.11 01:38:51 [Server] WARN at net.coreprotect.consumer.Consumer.run(Consumer.java:49)
09.11 01:38:51 [Server] WARN at net.coreprotect.consumer.Process.processConsumer(Process.java:53)
09.11 01:38:51 [Server] WARN at net.coreprotect.database.Database.prepareStatement(Database.java:236)
09.11 01:38:51 [Server] WARN at net.coreprotect.database.Database.prepareStatement(Database.java:205)
09.11 01:38:51 [Server] WARN at org.sqlite.Conn.prepareStatement(Conn.java:383)
09.11 01:38:51 [Server] WARN at org.sqlite.Conn.prepareStatement(Conn.java:399)
09.11 01:38:51 [Server] WARN at org.sqlite.Conn.prepareStatement(Conn.java:404)
09.11 01:38:51 [Server] WARN at org.sqlite.PrepStmt.
Not sure what it means but it seems that it makes a connection to the database however it cannot find a table called co_container. Keep in mind this is the same database XenForo is running on.