-
Notifications
You must be signed in to change notification settings - Fork 17
Troubleshooting
Sometimes the installation process doesn't work out for you how it should.
Here are some common problems and the suggestion on how to inspect and fix them.
This error happens if the plugin couldn't find a section with the key CallAdmin
in your databases.cfg
This error happens if the plugin couldn't connect to your database with the data provided in the databases.cfg
.
This can have multiple reasons: Wrong data supplied, database doesn't allow the connection etc.
This error happens if the plugin couldn't query the database correctly.
See the section about QueryErr
above.
This error happens if there was no (depending on configuration) or a wrong/invalid key supplied.
This error happens if the webserver couldn't connect to your database with the data provided in the app.config.php
.
This error happens if the webserver couldn't query the database correctly.
See the section about DB_RETRIEVE_FAILURE
above.
Be sure to add the IP of your webserver to the whitelist of your TS3 server.
See this post.