#500 | Server Error on admin panel

1 messages · Page 1 of 1 (latest)

cosmic pendant
#

i have no clue what is causing this, i just removed a permissions manager that doesn't work and now my admin panel is broken. im fine if i have to uninstall pterodactyl and install again but will i keep all server data if i do uninstall? (using redprint)

novel scroll
#

Can you get us some logs?

cosmic pendant
#

ho wwould i do that

novel scroll
#

You'll need to grab the error logs from the Panel. The following command uploads the last 150 lines of this day's log to our pastebin and provides a link you can share.
tail -n 150 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99

cosmic pendant
topaz wyvern
#

@cosmic pendant Probably best to go through the following steps which will help you clean out a couple leftover files.

  1. Remove certain files and directories with rm -r resources public node_modules app.
  2. Go through the Pterodactyl update documentation. (ignore artisan command errors)
  3. Install dependencies by running the yarn command.
  4. Repair Blueprint with blueprint -upgrade remote blueprintframework/fallback.
  5. Get some Blueprint extensions (if you haven't already) and install them onto your panel.
cosmic pendant
#

alright will try

#

thank you

#

still says server error 500

#

new log dump

topaz wyvern
#

thats strange, did you install any addons after going through the steps i listed above?

sterile pecan
topaz wyvern
#

Does blueprint -upgrade remote blueprintframework/fallback do anything?

sterile pecan
#

I tried that, and it still shows the above

sterile pecan
#

In that order*

topaz wyvern
#

Does upgrading with blueprint -upgrade remote blueprintframework/framework cause an error as well?

sterile pecan
#

No errors in console, lemme run it again

#

Ope, looks like there is one now

topaz wyvern
#

yeah that error is fine

#

could you take a peek at your admin panel now

sterile pecan
#

It works now

#

should I try installing the extensions?

topaz wyvern
#

go ahead

sterile pecan
#

oop

topaz wyvern
#

yep thats fine

#

ctrl shift r

sterile pecan
#

First time I saw that

#

Nebula installed, everything is up

#

Slate installed, everything is up

#

Everything is good

#

perfect, thank you!

topaz wyvern
#

alright seems like whatever caused the error no longer does next release

topaz wyvern
sterile pecan
#

Will do

cosmic pendant
#

I'll attempt to do the above