Installing on a windows server

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
dvanleur

Installing on a windows server

Post by dvanleur »

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

Post by Klemen »

Yes, the c:\path should work. Don't you see the path in your install.php file?

Regards
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
Lonesome Walker
Posts: 5
Joined: Tue Jun 21, 2005 4:44 pm

Post by Lonesome Walker »

Um, i'm a windoze admin.

So, you should use:

C:/path

Why? Well, usually C:\path is right, but on some machines it works the other way...
God forgives. Windows never.
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

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 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
sekhar_aura
Posts: 1
Joined: Fri Sep 23, 2005 9:15 pm

Request for User Mannual

Post by sekhar_aura »

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
Thanks & Regards
SekharKumar
Aura Vision
chingyeow
Posts: 3
Joined: Wed Dec 21, 2005 2:30 am

Server Path Problem

Post by chingyeow »

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

Post by Klemen »

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 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
chingyeow
Posts: 3
Joined: Wed Dec 21, 2005 2:30 am

Post by chingyeow »

Oh OK... but when i click "Test database connection", all i get is an empty white screen...

I have verified the mysql database and username & password. But I can successfully connect to the database...

Please help me, thanks lots ya...
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

What is the URL?
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
chingyeow
Posts: 3
Joined: Wed Dec 21, 2005 2:30 am

Post by chingyeow »

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

Post by Klemen »

You never said you run PHP 5, if you said that before we could have save you a lot of time :wink:

Glad you got it working.
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
uthuth1
Posts: 1
Joined: Tue Dec 27, 2005 10:46 am

Post by uthuth1 »

chingyeow 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.
OK, I seem to have the same problem :(

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

Post by Klemen »

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