Script URL:
Version of script: 0.94
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
After the upgrade to 0.94 on a Windows system with IIS I had blank pages for any HESK page.
After checking the settings file discovered that server path did not have double back slashes which was causing problems i.e.
$hesk_settings['server_path']='g:\Path\to\helpdesk\';
Needed to be:
$hesk_settings['server_path']='g:\\Path\\to\\helpdesk\\';
Hope that helps someone - love this software - great work!
Blank page after install (IIS based)
Moderator: mkoch227
Thanks, will add a check to make sure Windows puts double-slashes to the path.
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