Installing on a windows server
Moderator: mkoch227
Installing on a windows server
What is the location of the $hesk_settings['server_path'] = "path"; if i install the software on a Microsoft Windows Server is this like c:\path?
Yes, the c:\path should work. Don't you see the path in your install.php file?
Regards
Regards
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: 5
- Joined: Tue Jun 21, 2005 4:44 pm
Hi,
thanks for letting us know! I use Linux servers all the time so such tips are very welcome
Regards
thanks for letting us know! I use Linux servers all the time so such tips are very welcome

Regards
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: 1
- Joined: Fri Sep 23, 2005 9:15 pm
Request for User Mannual
Hi
Is there any usermannual or tutorial for installing Hesk Help Desk software to my application.
If Yes Plz help me and send that url
Is there any usermannual or tutorial for installing Hesk Help Desk software to my application.
If Yes Plz help me and send that url
Thanks & Regards
SekharKumar
Aura Vision
SekharKumar
Aura Vision
Server Path Problem
Dear All,
I have correctly set the server path in the hesk_settings.inc.php according to the install.php requirement and yet it still prompt the following message:
This path should be used for $hesk_settings['server_path']:
C:/Program Files/Apache Group/Apache2/htdocs/helpdesk/
Correct server_path setting:
$hesk_settings['server_path'] = 'C:/Program Files/Apache Group/Apache2/htdocs/helpdesk/';
What should I do to eliminate this problem? Thanks lots.
Regards...
I have correctly set the server path in the hesk_settings.inc.php according to the install.php requirement and yet it still prompt the following message:
This path should be used for $hesk_settings['server_path']:
C:/Program Files/Apache Group/Apache2/htdocs/helpdesk/
Correct server_path setting:
$hesk_settings['server_path'] = 'C:/Program Files/Apache Group/Apache2/htdocs/helpdesk/';
What should I do to eliminate this problem? Thanks lots.
Regards...
The install.php will always give that path, even if it is already set.
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
What is the URL?
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
You never said you run PHP 5, if you said that before we could have save you a lot of time
Glad you got it working.

Glad you got it working.
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
OK, I seem to have the same problemchingyeow wrote:Finally I can get it to work. It's because PHP 5.1.1 doesn't enable MySQL library automatically during installation.
I need to enable it myself.

This is the message I get
This path should be used for $hesk_settings['server_path']:
/customers/backgammonempire.dk/backgammonempire.dk/httpd.www/hesk0931/
Correct server_path setting:
$hesk_settings['server_path'] = '/customers/backgammonempire.dk/backgammonempire.dk/httpd.www/hesk0931/';
Is that a correct path?
Also I get a white screen when I test, how to enable MySQL library automatically ?
Hopy you guys can help out

Hi,
If you run PHP5 first enable MySQL, I don't provide support for that, see
http://php.net/mysql
Then try using the path you have (are you sure you are on a WIndows server by the way?).
Then try all the other things suggested on similar topics in this forum.
Then come back with questions.
Regards
If you run PHP5 first enable MySQL, I don't provide support for that, see
http://php.net/mysql
Then try using the path you have (are you sure you are on a WIndows server by the way?).
Then try all the other things suggested on similar topics in this forum.
Then come back with questions.
Regards
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