Update troubleshooting.md

This commit is contained in:
The Skit Dev 2019-11-03 17:40:17 +01:00 committed by GitHub
parent c055dfb3f8
commit 8827c74320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ If you're trying to go through a bunch of errors quickly, you can use the comman
be the actual error lines, without all of the stack traces.
``` bash
tail -n 1000 /var/www/pterodactyl/storage/logs/laravel-$(date +%F) | grep "\[$(date +%Y)"
tail -n 1000 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | grep "\[$(date +%Y)"
```
## Transfer Exceptions / XHR Poll Error
@ -151,4 +151,4 @@ semodule -i http_port_t.pp
```
production.ERROR: ErrorException: Undefined variable: host in /var/www/pterodactyl/app/Http/Controllers/Admin/DatabaseController.php:142
```
The database user you are trying to use doesn't have appropriate grants/has used incorrect password.
The database user you are trying to use doesn't have appropriate grants/has used incorrect password.