panel icon indicating copy to clipboard operation
panel copied to clipboard

Using docker to run, no matter which option is set in the node settings and clicked to save, a 500 error will appear.

Open aopkcn opened this issue 1 year ago • 4 comments

Current Behavior

Using docker to run, no matter which option is set in the node setting and click save, a 500 error will appear. My environment is Docker installed in Debian12. After initialization, log in to create a node, modify the node and save, and a 500 error will appear.

Expected Behavior

Steps to Reproduce

Panel Version

v1.11.5

Wings Version

v1.11.8

Games and/or Eggs Affected

No response

Docker Image

No response

Error Logs

[2023-11-10 17:58:01] production.NOTICE: 尝试从数据库加载设置时遇到查询异常: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'panel.settings' doesn't exist (Connection: mysql, SQL: select * from `settings`)

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.

aopkcn avatar Nov 11 '23 13:11 aopkcn

Your database migration was skipped or failed. You may attempt to complete it by running php artisan migrate --seed --force in the Pterodactyl install directory. If you encounter errors, please do not ignore them and instead post them here. According to the discord this can be your issue, not a bug.

Jcodeerd avatar Nov 11 '23 14:11 Jcodeerd

php artisan migrate --seed --force I have tried all these commands and still cannot modify the node.

aopkcn avatar Nov 11 '23 16:11 aopkcn

Same here image

I already did "php artisan migrate --seed --force" nothing changed. I deleted everything and start over, and still have the error.

Roncarlos avatar Nov 26 '23 17:11 Roncarlos

Make sure you are using the official docker images (and compose files): ghcr.io/pterodactyl/panel ghcr.io/pterodactyl/wings

If you are using the official images and the issue persists join the Discord and post in #panel-in-docker. (the channel is at the very bottom and may be hidden by default)

Boy132 avatar Nov 27 '23 07:11 Boy132

Duplicate of https://github.com/pterodactyl/panel/issues/5051

danny6167 avatar Aug 07 '24 02:08 danny6167