Blank page after install (IIS based)

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
tcc
Posts: 1
Joined: Sun May 06, 2007 11:52 pm

Blank page after install (IIS based)

Post by tcc »

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

Post by Klemen »

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 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
Post Reply