Update Installation

Ruan 2020-11-21 05:55:10 +00:00
parent 4027539419
commit 87f7751b49

@ -81,11 +81,15 @@ Use the paths for the client key/certificate rather than the server key/certific
## Troubleshooting
If you get an error "404 Not Found": make sure that you've extracted it to the correct directory (if the "public_html" folder exists, extract to that folder)
If you get an error "404 Not Found":
- Make sure that you've extracted it to the correct directory (if the "public_html" folder exists, extract to that folder)
If you are unable to connect to `localhost` but are certain that there is a database server running on the local machine:
- Try setting the host to `127.0.0.1` instead of `localhost`.
If bans don't show up:
- Try /litebans:ban - if this works and /ban doesn't, then another plugin is overriding the command. See [Command Aliases](https://gitlab.com/ruany/LiteBans/wikis/Command-Aliases)
- Log into the database and see if the tables contain the relevant data.
If you are unable to connect to `localhost` but are certain that there is a database server running on the local machine: try setting the host to `127.0.0.1` instead of `localhost`.
If skins/avatars are not showing correctly: change the `avatar_source` in settings.php. Three example sources are indicated above the option.
If skins/avatars are not showing correctly:
- Change the `avatar_source` in settings.php. Three example sources are indicated above the option.