Page 1 of 1

Error in Hesk 3.4.2

Posted: Fri Mar 24, 2023 4:20 am
by ithelpdesk.hsvp
Hi,

I am getting errors in my helpdesk system, I am using it locally hence it will not be access able on internet, error details given below., please help

Checking status

HESK version 3.4.2
Check for updates

HESK license. FREE
Buy a License

PHP version 8.0.25 (MySQLi)

MySQL version 10.4.27-MariaDB
/hesk settingsincphp Exists, Writable

/attachments Exists,
Not writable

You will not be able to use file attachments unless the
attachments folder exists and is writable by the
script.
/cache Exists,

Not writable

Hesk will not be able to parse emails or cache results
unless the cache folder exists and is writable.

Re: Error in Hesk 3.4.2

Posted: Fri Mar 24, 2023 6:36 am
by Klemen
This means PHP is not able to write to the attachments and cache folders.

You didn't mention what operating system you use, but if you are on Linux you should CHMOD those folders to 777 (rwxrwxrwx).

Re: Error in Hesk 3.4.2

Posted: Fri Mar 24, 2023 7:29 am
by ithelpdesk.hsvp
I am using window 11 Pro and Xampp 8.2

Re: Error in Hesk 3.4.2

Posted: Fri Mar 24, 2023 8:38 am
by Klemen
Perhaps the folders are marked as "read only" (right click and check)?

Or the user that PHP runs under doesn't have permission to write to them?

Re: Error in Hesk 3.4.2

Posted: Fri Mar 24, 2023 9:45 am
by ithelpdesk.hsvp
Thanks, its resolved and working fine