Panel http error 500 after uninstalling blueprint plugin
I uninstalled a plugin called catpuccindactyl and following this, my panel shows error 500. The pterodactyl logs showed a fatal error in
.../pterodactyl/routes/blueprint.php
and after checking, the php file ends abruptly.
3 Replies
For now I fixed it by comparing the above code block with the blueprint.php file on github here:
https://github.com/BlueprintFramework/framework/blob/main/routes/blueprint.php
I added the missing });
and it works now.
i suspect the happy little culprit is in lines 95-101 in https://github.com/BlueprintFramework/framework/blob/main/scripts/commands/extensions/remove.sh#L95
But i'm not awake enough to dig deeper
wild guess: the plugin i uninstalled was the first one i tried installing. perhaps it tossed the comment line for the plugin start section at the end of the });
instead of making a new line.This happened to me as well, thank you for showing the fix, lifesaver 🙏
@Princess Nuvie ᓚᘏᗢ Thank you so much for your detailed explanation and I'm so sorry for missing this entire thread. This has been fixed for the next version of Blueprint.
It only happens when removing the first installed extension afaik.