Closed rtm516 closed 4 years ago
There should be an actual error above the stack trace, could you provide that as well?
There should be an actual error above the stack trace, could you provide that as well?
Added, it was there but forgot that GitHub code tag ignores the text on the same line
This has been an issue in the past already: #621
This has been an issue in the past already: #621
I did try and look for one, must have missed that one.
Edit: After looking over the change to one of the files referenced in #621 removing the rawurlencode
from line 144 in resources/themes/pterodactyl/server/files/list.blade.php the issue is fixed.
Background (please complete the following information):
Describe the bug I get an error 404 Please provide additional information too, depending on what you have issues with: Panel:
php -v
(the php version in use). - PHP 7.2.19-0ubuntu0.18.04.1To Reproduce Steps to reproduce the behavior:
Expected behavior The file shows up when you click and you don't get an error 404.
Further info The url that the page takes me to is
https://pterodactyl.url/server/server.id/files/edit/garrysmod%2Fcfg/server.cfg
but if i ajust this tohttps://pterodactyl.url/server/server.id/files/edit/garrysmod/cfg/server.cfg
it works as expected. After enablingAPP_REPORT_ALL_EXCEPTIONS=true
in the .env file I get