summaryrefslogtreecommitdiffstats
path: root/doc/install/Troubleshooting.md
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-10-27 17:24:34 -0700
committerit33 <iantien@gmail.com>2015-10-27 17:24:34 -0700
commit87514f34bb8a8957f257b237c367f19ad766e641 (patch)
treee251f82428aa4f22ab71689ab55e10a5b2b27f0e /doc/install/Troubleshooting.md
parentede80afe4cce19b4c561f028220ccc21f2581605 (diff)
downloadchat-87514f34bb8a8957f257b237c367f19ad766e641.tar.gz
chat-87514f34bb8a8957f257b237c367f19ad766e641.tar.bz2
chat-87514f34bb8a8957f257b237c367f19ad766e641.zip
Update Troubleshooting.md
Diffstat (limited to 'doc/install/Troubleshooting.md')
-rw-r--r--doc/install/Troubleshooting.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/install/Troubleshooting.md b/doc/install/Troubleshooting.md
index 284303949..0414c88c2 100644
--- a/doc/install/Troubleshooting.md
+++ b/doc/install/Troubleshooting.md
@@ -22,3 +22,6 @@ The following is a list of common error messages and solutions:
###### `x509: certificate signed by unknown authority` in server logs when attempting to sign-up
- This error may appear when attempt to use a self-signed certificate to setup SSL, which is not yet supported by Mattermost. You can resolve this issue by setting up a load balancer like Ngnix. A ticket exists to [add support for self-signed certificates in future](x509: certificate signed by unknown authority).
+
+###### `panic: runtime error: invalid memory address or nil pointer dereference`
+ - This error can occur if you have manually manipulated the Mattermost database, typically with deletions. Mattermost is designed to serve as a searchable archive, and manual manipulation of the database elements compromises integrity and may prevent upgrade.