Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Troubleshooting

Impact edited this page Dec 29, 2015 · 16 revisions

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.

Main Plugin

What does the message 'Couldn't find database config' in my logs mean?

This error happens if the plugin couldn't find a section with the key CallAdmin in your databases.cfg

What does the message 'ConErr: ...' in my logs mean?

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.

What does the message 'QueryErr: ...' in my logs mean?

This error happens if the plugin couldn't query the database correctly.

What does the message 'CurrentTrackersErr: ...' in my logs mean?

See the section about QueryErr above.

Webscript

What does the message 'APP_AUTH_FAILURE' mean?

This error happens if there was no (depending on configuration) or a wrong/invalid key supplied.

What does the message 'DB_CONNECT_FAILURE' mean?

This error happens if the webserver couldn't connect to your database with the data provided in the app.config.php.

What does the message 'DB_RETRIEVE_FAILURE' mean?

This error happens if the webserver couldn't query the database correctly.

What does the message 'DB_UPDATE_FAILURE' mean?

See the section about DB_RETRIEVE_FAILURE above.

TS3 module

The webserver keeps being banned from the TS3 server, what should i do?

Be sure to add the IP of your webserver to the whitelist of your TS3 server.

Steam module

The messagebot extension fails to load with an 'The specified module could not be found' error

See this post.