View previous topic :: View next topic |
Author |
Message |
TeamMCS -
Joined: 07 Jan 2005 Posts: 2
|
Posted: Fri Jan 07, 2005 1:19 pm Post subject: Having some troubles getting PHP running :) |
|
|
Hey guys,
I've got a Windows 2003 server up and running Abyss. I'm using PHP5 (what ever the latest one is) and I've setup everything as it says on this site yet I'm getting a 500 Error..
I've checked everything and the php.ini isn't loaded, however I can get it to run if I use PHP-CGI.exe but it doesn't support a lot of the things I use..
Does anyone have any idea what may be wrong, or could point me in the right direction...
Thanks,
Miles |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Fri Jan 07, 2005 4:59 pm Post subject: |
|
|
Your right , PHP v5 does'nt support alot of things , you need to use php-cgi
in order for PHP to work with any web server , I don't know why but you do.
Note: Just stick with v4 , its nice and stable. Have A Nice Day... |
|
Back to top |
|
 |
admin Site Admin
Joined: 03 Mar 2002 Posts: 1332
|
Posted: Sat Jan 08, 2005 10:40 am Post subject: Re: Having some troubles getting PHP running :) |
|
|
With PHP5, you'll have to use php-cgi.exe and not php.exe (see http://www.aprelium.com/abyssws/php.html .) PHP5 supports a lot of things (more than PHP4) but you'll have to manually activate the required PHP extensions in php.ini. To enable MySQL for example, you'll have to uncomment the line:
Code: | ;extension=php_mysql.dll |
(remove the ;)[/code] |
|
Back to top |
|
 |
TeamMCS -
Joined: 07 Jan 2005 Posts: 2
|
Posted: Sat Jan 08, 2005 7:52 pm Post subject: |
|
|
yeah, with some effort I brought it all back online. Some of the original code doesn't work with teh latest version of 5...
Anyway, all is well now. Thanks very much for your help :) |
|
Back to top |
|
 |
|