mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 03:14:39 +03:00
Plugin Error code #545
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @robinallaart on GitHub (Jan 12, 2026).
Current Behavior
When you create a plugin with the command
php artisan p:plugin:makeand than go to the panel and try to disable the plugin, you cant
the only way to disable/uninstall it is to tun the command
php artisan p:plugin:uninstallfix it that you can just uninstall/disable it on the panel!
Expected Behavior
that you can just uninstall it on the panel itself
Steps to Reproduce
Read above^
Panel Version
1.0.0-beta30.
Wings Version
1.0.0-beta21
Games and/or Eggs Affected
none
Docker Image
none
Error Logs
Is there an existing issue for this?
@Boy132 commented on GitHub (Jan 12, 2026):
That's because you have wrong file permissions. This is not a bug.
@robinallaart commented on GitHub (Jan 12, 2026):
not true bycose with the other plugins I have (I uploaded them to the panel) I can uninstall/disable the plugin
@Boy132 commented on GitHub (Jan 12, 2026):
Error don't lie:
You probably ran
php artisan p:plugin:makeas root and now the files are owned by root:root.