Pimcore deployer empty recyclebin via UI Throws error #4022
Unanswered
Fabian157-tech
asked this question in
Bugs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Deployer Version
v7.5.11
Target OS
CentOS 7
Which PHP version are you using?
PHP 8.3
Content of deploy.php or deploy.yaml
import:
When pressing the empty bin button:
Timestamp: Wed Feb 19 2025 11:15:09 GMT+0100 (Central European Standard Time)
Status: 500 | Internal Server Error
URL: /admin/recyclebin/flush
Method: DELETE
Message: Unable to delete directory located at: . rmdir(path/to/project/root/releases/26/var/recyclebin/): Not a directory
The Problem is that /recyclebin/ is a symlink to a directory and then rmdir doesn't work.
Is there a way to fix this ?
Steps to reproduce
Use the base pimcore recipe for the project.
Beta Was this translation helpful? Give feedback.
All reactions