mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Latest update doesn't compile storage/app/public #335
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 @jvsod on GitHub (May 11, 2025).
Current Behavior
When updating using the guide, the command
php artisan storage:linkcreates a symbolic link to a non-existent directory. In all the other updates, I never had any issues, but my apache logs show this is trying to link to a non-existent directory. Upon inspection, the symbolic link is in fact invalid.Expected Behavior
Update compiles the files correctly.
Steps to Reproduce
Try updating using the guide located at:
https://pelican.dev/docs/panel/update
Panel Version
1.0.0-beta21
Wings Version
v1.0.0-beta13
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@QuintenQVD0 commented on GitHub (May 11, 2025):
It should create the dir if avatars are set to local and someone uploads one. Then the panel should make it
@jvsod commented on GitHub (May 11, 2025):
Cheers - I've created the directory but now I'm seeing a different error in my logs:
@rmartinoscar commented on GitHub (May 11, 2025):
This is an other issue, your
composer install --no-dev --optimize-autoloaderfailed please run it again manually@Boy132 commented on GitHub (May 12, 2025):
Like mentioned above it's okay that the symlink refers to a non-exsiting directory. That directory will be created when needed.