Plugin Error code #545

Closed
opened 2026-02-04 18:27:26 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @robinallaart on GitHub (Jan 12, 2026).

Current Behavior

When you create a plugin with the command php artisan p:plugin:make

and 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:uninstall

fix 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

https://logs.pelican.dev/e2d7a8ed

(it gives the error denied but It works fine with plugins I uploaded)

Is there an existing issue for this?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Originally created by @robinallaart on GitHub (Jan 12, 2026). ### Current Behavior **When you create a plugin with the command `php artisan p:plugin:make`** **and 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:uninstall`** **fix 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 ```bash https://logs.pelican.dev/e2d7a8ed (it gives the error denied but It works fine with plugins I uploaded) ``` ### Is there an existing issue for this? - [x] I have searched the existing issues before opening this issue. - [x] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server. - [x] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
OVERLORD added the not confirmed label 2026-02-04 18:27:26 +03:00
Author
Owner

@Boy132 commented on GitHub (Jan 12, 2026):

That's because you have wrong file permissions. This is not a bug.

@Boy132 commented on GitHub (Jan 12, 2026): That's because you have wrong file permissions. This is not a bug.
Author
Owner

@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

@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
Author
Owner

@Boy132 commented on GitHub (Jan 12, 2026):

Error don't lie:

file_put_contents(/var/www/pelican/plugins/atrioxlogintheme/plugin.json): Failed to open stream: Permission denied

You probably ran php artisan p:plugin:make as root and now the files are owned by root:root.

@Boy132 commented on GitHub (Jan 12, 2026): Error don't lie: > file_put_contents(/var/www/pelican/plugins/atrioxlogintheme/plugin.json): Failed to open stream: Permission denied You probably ran `php artisan p:plugin:make` as root and now the files are owned by root:root.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#545