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.
Error in Hesk 3.4.2
Moderator: mkoch227
Re: Error in Hesk 3.4.2
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).
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 
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


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
-
- Posts: 10
- Joined: Sat Mar 18, 2023 6:50 am
Re: Error in Hesk 3.4.2
I am using window 11 Pro and Xampp 8.2
Re: Error in Hesk 3.4.2
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?
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 
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


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
-
- Posts: 10
- Joined: Sat Mar 18, 2023 6:50 am
Re: Error in Hesk 3.4.2
Thanks, its resolved and working fine