YunoHost-Apps / listmonk_ynh

Listmonk package for YunoHost
https://listmonk.app/
GNU General Public License v3.0
4 stars 2 forks source link

Media Uploads fail with "Error uploading file: no such file or directory" #40

Open lukaprincic opened 8 months ago

lukaprincic commented 8 months ago

Describe the bug

When creating a new campaign and trying to upload a media (image), the app refuses with an error

Error uploading file: open <path>: no such file or directory

Context

workaround:

Create a folder uploads in /var/www/listmonk and chown to listmonk:www-data.

clicit commented 6 months ago

Same problem here

tio-trom commented 3 months ago

Describe the bug

When creating a new campaign and trying to upload a media (image), the app refuses with an error

Error uploading file: open <path>: no such file or directory

Context

* Hardware: VPS

* YunoHost version: 11.2.5 (stable).

* I have access to my server: Through SSH and through the webadmin

* listmonk version: 2.5.1~ynh2

workaround:

Create a folder uploads in /var/www/listmonk and chown to listmonk:www-data.

That fixed it for me! Can you create a pull request with the solution?