The web interface has connected to the database, but could not find any tables generated by LiteBans.
This means that the plugin has not successfully connected to this database before with the same
configuration.
LiteBans needs to be connected to this database before the web interface can display anything!
Solutions:
- Check that LiteBans has successfully connected to a MySQL database using
/litebans
info
- Ensure that the plugin is using the MySQL driver to connect to the database.
(In config.yml, replace
"driver: H2" with
"driver: MySQL")
Deprecated: Creation of dynamic property Settings::$active_query is deprecated in
/home/valdrago/public_html/bans/inc/settings.php on line
150
Deprecated: Creation of dynamic property Settings::$verify is deprecated in
/home/valdrago/public_html/bans/inc/settings.php on line
164
Deprecated: Function gmstrftime() is deprecated in
/home/valdrago/public_html/bans/inc/settings.php on line
259
Deprecated: Function gmstrftime() is deprecated in
/home/valdrago/public_html/bans/inc/settings.php on line
267
Deprecated: Creation of dynamic property Settings::$table is deprecated in
/home/valdrago/public_html/bans/inc/settings.php on line
278
Deprecated: Creation of dynamic property Settings::$conn is deprecated in
/home/valdrago/public_html/bans/inc/settings.php on line
173
- The web interface is connected to
localhost. If LiteBans and the web interface are both connected to
localhost, they should not be hosted on two separate servers.
- Ensure that the table prefix is the same in config.yml and settings.php. The table prefix in settings.php is currently set to
"litebans_".
- Ensure that you are using the latest version of LiteBans.