Error in Hesk 3.4.2

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
ithelpdesk.hsvp
Posts: 10
Joined: Sat Mar 18, 2023 6:50 am

Error in Hesk 3.4.2

Post 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.
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Error in Hesk 3.4.2

Post 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).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
ithelpdesk.hsvp
Posts: 10
Joined: Sat Mar 18, 2023 6:50 am

Re: Error in Hesk 3.4.2

Post by ithelpdesk.hsvp »

I am using window 11 Pro and Xampp 8.2
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Error in Hesk 3.4.2

Post 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?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
ithelpdesk.hsvp
Posts: 10
Joined: Sat Mar 18, 2023 6:50 am

Re: Error in Hesk 3.4.2

Post by ithelpdesk.hsvp »

Thanks, its resolved and working fine
Post Reply