Script URL:
Version of script: 2.1
Hosting company: intranet
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
add new ticket and attachments in HESK = OK
click attachments, save attachment in my disk = 0 bajt
login in my server
cd /home/user/public_html/helpdesk
ls -l
drwxrwxrwx 2 nobody nobody 4096 jan 11 09:55 attachments
cd /home/user/public_html/helpdesk/attachments
ls -l
-rw-r--r-- 1 nobody nobody 98091 jan 11 09:36 4JGED7D18X_6b802d9c52126cee5b6a02182a5b5b8c.jpg
-rw-r--r-- 1 nobody nobody 112091 jan 11 09:41 6JTU9EEPH1_38d272a0b2eddadea4778ac3586da3c3.jpg
-rw-r--r-- 1 nobody nobody 206 jan 09 2010 index.htm
more hesk_settings.inc.php
$hesk_settings['server_path']='/home/user/public_html/helpdesk';
why my attachments = 0 bajt when save in my disk
File attachments working but = zero bajt - why ?
Moderator: mkoch227
Looks like Hesk can't read the attachments from the attachments directory, does it have read rights there?
Check in MySQL table hesk_attachments if "size" column has correct values for file size.
But can't really help without testing it, knowing server/PHP configuration, ...
Check in MySQL table hesk_attachments if "size" column has correct values for file size.
But can't really help without testing it, knowing server/PHP configuration, ...
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
sorry all is OK
sorry all is OK
mea culpa (my paranoid security )
my php.ini
disable_functions = readfile

mea culpa (my paranoid security )
my php.ini
disable_functions = readfile
