mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Uploads broken #478
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 @JoanFo1456 on GitHub (Nov 1, 2025).
Originally assigned to: @notAreYouScared on GitHub.
Current Behavior
At this moment, if you have larger uploads, such as 1GB, if you only give PHP 128MB of ram, it will fail, as it seems to try to open the files.
Expected Behavior
This shouldn't happen at all, it should upload them directly without trying to open them.
Steps to Reproduce
Panel Version
canary (
e6aa76e)Wings Version
dev-c7d0905
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@notAreYouScared commented on GitHub (Nov 1, 2025):
Giving it more ram makes it not fail?
@JoanFo1456 commented on GitHub (Nov 1, 2025):
Exactly, but if I want to upload 600MB I require 620MB minimum...
@notAreYouScared commented on GitHub (Nov 1, 2025):
Considering the error in is the vendor folder we cant really "fix it" until we redo file uploading.
@JoanFo1456 commented on GitHub (Nov 1, 2025):
But it is a bug, so it should have a issue, so it's never lost on the discord
@mristau commented on GitHub (Nov 1, 2025):
i know it might be annoying for some people to use sftp instead of panel uploads, but panel has a default of 100MB for some reasons, memory_limit is one of those too, it can always be overridden, but for bigger files should just use sftp
If you know what you're doing, you can increase all kinds of limits, which can lead to new problems.
@JoanFo1456 commented on GitHub (Nov 1, 2025):
It is an issue either way..
@notAreYouScared commented on GitHub (Nov 1, 2025):
Yes its an issues. Never said it wasn't. Just said its not really fixable in the file uploaders current state.
I also didn't close the issue. I'm fine with the issue being open.