Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#190719 - 24/11/2003 15:35 php helpdesks
muzza
Pooh-Bah

Registered: 21/07/1999
Posts: 1765
Loc: Brisbane, Queensland, Australi...
I'm checking out different helpdesk implementations and have installed MySQL and PHP on my winXp system. I've downloaded a few helpdesk systems from sourceforge and set up IIS to share them as virtual directories. The install works fine and I was able to use the OneOrZero implementation. Everything went great.
Then I restarted my system.

Now I can't do anything except login, after which I get, "The page cannot be displayed".

I think it has something to do with the direct/relative references to files, but can't be sure.

Is this an XP pro dodgy IIS implementation thing? Will running this on a Linux box be any different?


I'm new to php but I don't think this is where the problem lies.
_________________________
-- Murray I What part of 'no' don't you understand? Is it the 'N', or the 'Zero'?

Top
#190720 - 26/11/2003 12:04 Re: php helpdesks [Re: muzza]
ricin
veteran

Registered: 19/06/2000
Posts: 1495
Loc: US: CA
I'd say ditch IIS and install Apache instead.

Otherwise, you might try searching some of the PHP development forums, like PHP Builder, or Dev Shed, etc.
_________________________
Donato
MkII/080000565
MkIIa/010101253
ricin.us

Top
#190721 - 26/11/2003 12:14 Re: php helpdesks [Re: ricin]
trs24
old hand

Registered: 20/03/2002
Posts: 729
Loc: Palo Alto, CA
I'd say ditch IIS and install Apache instead.
I'm with Ricin. If you're implementing a helpdesk system on a windows machine, I'd stick with windows technology - like an ASP/Access/SQL helpdesk system ala Liberum.

But if you want to use a PHP/MySQL system - I'd find a linux box. I'd imagine linux technologies on a windows box would be dogy no matter how well configured. But that's just MHO.

- trs
_________________________
- trs

Top
#190722 - 26/11/2003 12:19 Re: php helpdesks [Re: trs24]
ricin
veteran

Registered: 19/06/2000
Posts: 1495
Loc: US: CA
Best case scenario would be to switch to a Linux box, yes. Although, what I meant was to install Apache on the Windows machine and go with that if going with Linux isn't an option, or a less viable one.
_________________________
Donato
MkII/080000565
MkIIa/010101253
ricin.us

Top
#190723 - 26/11/2003 23:10 Re: php helpdesks [Re: ricin]
muzza
Pooh-Bah

Registered: 21/07/1999
Posts: 1765
Loc: Brisbane, Queensland, Australi...
I've been gradually migrating OS and machines so now (finally) i have a box for Linux. I was always going to run the helpdesk on linux but wanted to test/play with it on windows first.
Oh well. back to my original plan!
_________________________
-- Murray I What part of 'no' don't you understand? Is it the 'N', or the 'Zero'?

Top