mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
Update troubleshooting.md
This commit is contained in:
parent
c055dfb3f8
commit
8827c74320
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user