mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Update tables-not-found.php
This commit is contained in:
parent
56ebfe0150
commit
c0869f654d
@ -24,8 +24,9 @@
|
|||||||
- Check that LiteBans has successfully connected to a MySQL database using <a class="text-info">/litebans
|
- Check that LiteBans has successfully connected to a MySQL database using <a class="text-info">/litebans
|
||||||
info</a>
|
info</a>
|
||||||
<br>
|
<br>
|
||||||
- Ensure that the plugin is using the MySQL driver (<a class="text-info">driver: MySQL</a> in config.yml) to
|
- Ensure that the plugin is using the MySQL driver to connect to the database.
|
||||||
connect to the database.
|
(In config.yml, replace
|
||||||
|
<a class="text-danger">"driver: H2"</a> with <a class="text-info">"driver: MySQL"</a>)
|
||||||
<?php
|
<?php
|
||||||
require_once '../inc/settings.php';
|
require_once '../inc/settings.php';
|
||||||
$settings = new Settings(false);
|
$settings = new Settings(false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user