-
Lychee versionv6.3.4 Which PHP version are you using?PHP 8.3 Detailed description of the problemWhen I try to delete an image nothing happens. However if I enable #VUEJS_ENABLED=false in the .env file ( and activate the 'old' interface) I can delete images. Has anybody else seen this? (and knows a solution). Steps to reproduce the issue
Diagnostics [REQUIRED]Smart DiagnosticsInfo: Full directory permission check is disabled In DockerVersionInfo.php line 45: is_file(): open_basedir restriction in effect. File(/.dockerenv) is not wit Browser & System [REQUIRED]Firefox on both MacOS and Windows 11 Please confirm (incomplete submissions will not be addressed)
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 20 replies
-
Yeah, that is a bug. |
Beta Was this translation helpful? Give feedback.
-
I allowed DELETE, but when I then try to delete a photo the public/index.php gets deleted. The photo is not deleted. 10.17.89.52|Wed 12 Mar 2025 14:02:22 +0100|204|124|DELETE /index.php/api/v2/Phot |
Beta Was this translation helpful? Give feedback.
-
that would be a pity. Is the DELETE request correct? DELETE /index.php/api/v2/Photo |
Beta Was this translation helpful? Give feedback.
-
Oh, and I just noted a side-effect. When I try to delete an image the index.php gets deleted, but the photo I wanted to delete shows up in the 'recent' album. |
Beta Was this translation helpful? Give feedback.
solved! it was indeed a webserver config problem. see https://hiawatha.leisink.net/forum/topic/2154/#11096
thanks for all your help and time