uvdesk / community-skeleton

UVdesk Opensource Community Helpdesk Project built for all to make a Full Ticketing Support System along with many more other features.
https://www.uvdesk.com
Open Software License 3.0
8.96k stars 463 forks source link

Permission error when add attachment #150

Closed vaishaliwebkul closed 5 years ago

vaishaliwebkul commented 5 years ago

Environment: downloaded project for php -v 7.2 zip

Screenshot7

shubhwebkul commented 5 years ago

Hi Vaishali, whenever you upload an attachment, uvdesk uploads that attachment in a specific directory ( uvdesk will make that directory if not already exists.)

So here uvdesk is throwing exception because it don't have permission to make directories. All you need to do is, allow permission to make directories. To know, how to allow permission, you could get help here.