mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Bug with File Manager #412
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 @moggiex on 4/24/2023
CloudPanel version(s) affected
2.2.2
Description
I am wary that this is borderline a feature request, but it is still causing an error, so have logged it as a bug.
I have added a new volume to the VPS and transferred one of the websites files to the new volume, then created a symbolic link back to the home directory.
Location of website before:
/home/websiteLocation of site after move
/mnt/HC_Volume_123456/home/websiteThen the link back in the home folder shows as
/home/websitebut really is:
/mnt/HC_Volume_123456/home/websiteThe site works as expected. However, I found that when using the file manager tab in CP, it sees the folders, eg varnish -cache, backups, htdocs, logs, tmp etc... but when I click into say "htdocs", the section where I expect files to be shown is blank and we get this error in the console and the file manager no longer works.
How to reproduce
Follow the same steps above, create a website, move to a separate folder, symbolic link it back tot he home folder, go to the file manager for that site, and observe the browser consol.e
Possible Solution
No response
Additional Context
No response