diff options
Diffstat (limited to 'notes/trouble_shooting.md')
-rw-r--r-- | notes/trouble_shooting.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/notes/trouble_shooting.md b/notes/trouble_shooting.md index d4b6752ae..7a982ff4b 100644 --- a/notes/trouble_shooting.md +++ b/notes/trouble_shooting.md @@ -34,3 +34,9 @@ Perhaps check the entries in `/var/log/mail.log` to check that the message has b The locale needs to be installed too or the translations will not be used. Use `locale -a` to list them all and ensure the one your translation uses is in the list. + + +## Database connection errors trying to run update-schema + +Make sure that you specify a database host and password in `general.yml`. You +may need to explicitly give your user a password. |