View previous topic :: View next topic |
Author |
Message |
keepkool4life -
Joined: 14 May 2003 Posts: 3
|
Posted: Wed May 14, 2003 12:54 pm Post subject: What is wrong ?? |
|
|
Hello everybody
Sorry for my bad english, I'm French lol :)
I've got a big problem.
All the installation of mysql etc is ok, but, I don't know why, the server can not read any php file...
I've followed the great tutorial here: http://www.aprelium.com/abyssws/php.html
but nothing is happening, it's like opening the index.php file in the notepad..
Do you know what's the problem? How can I resolve it?
Thanks for all for your help...thank you
Patrick from New-Caledonia |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Wed May 14, 2003 11:11 pm Post subject: Re: What is wrong ?? |
|
|
keepkool4life wrote: | Hello everybody
Sorry for my bad english, I'm French lol :)
I've got a big problem.
All the installation of mysql etc is ok, but, I don't know why, the server can not read any php file...
I've followed the great tutorial here: http://www.aprelium.com/abyssws/php.html
but nothing is happening, it's like opening the index.php file in the notepad..
Do you know what's the problem? How can I resolve it?
Thanks for all for your help...thank you
Patrick from New-Caledonia |
Are you sure that you followed exactly the installation instructions in http://www.aprelium.com/abyssws/php.html . Common mistakes are declaring .php as associated with php.exe instead of just php (do not add the . in the extension). Other common mistake is forgetting to add / to the CGI Paths.
We recommend checking the steps again.
If you need help in French, you can contact our support at support@aprelium.com . _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
keepkool4life -
Joined: 14 May 2003 Posts: 3
|
Posted: Wed May 14, 2003 11:41 pm Post subject: hi! |
|
|
Hello!
First of all, thanks for your answer...
So, I've verified: the is not "." before the php extension...
About the "/" ... the same thing, all is ok...
I really don't understand... I'm going to uninstall everything, and try again... I'll give you the results today...
Thanks again for your help...
Patrick |
|
Back to top |
|
 |
os17fan -
Joined: 21 Mar 2003 Posts: 531 Location: USA
|
Posted: Thu May 15, 2003 8:20 am Post subject: |
|
|
Hey try , putting REDIRECT_STATUS to redirect_status , do not push space bar after you typed this , just paste this that I typed for you , I thought I had problems with PHP and that was my problem , it might work , try it :D _________________ This web server is the best ! |
|
Back to top |
|
 |
keepkool4life -
Joined: 14 May 2003 Posts: 3
|
Posted: Thu May 15, 2003 9:47 pm Post subject: :( |
|
|
Hello!
Thanks for your help, but, it doesn't work..I really don't know why...
This morning, I'm going to uninstall everything, and restart the installation...
I will give news about this problem...do you think it can be from my computer (configuration, windows or something esle?)
Thanks again for all...
Patrick |
|
Back to top |
|
 |
os17fan -
Joined: 21 Mar 2003 Posts: 531 Location: USA
|
Posted: Thu May 15, 2003 11:43 pm Post subject: |
|
|
I don't know , just keep trying you will get it , I got almost every web language installed , PERL , PHP , ASP and all i need now is Python , youll have more trouble with Python because I do now , You will fix it 8)
Tell me when you do so I can congratulate you _________________ This web server is the best ! |
|
Back to top |
|
 |
nickbarau -
Joined: 25 May 2003 Posts: 1
|
Posted: Sun May 25, 2003 7:48 am Post subject: |
|
|
About the difference btwn capped REDIRECT_STATUS and no caps redirect_status does make a difference. it finally worked for me using the non capped version. does this mean the server is case-sensitive when using the variables ? |
|
Back to top |
 |
 |
xmoby -
Joined: 11 Aug 2003 Posts: 2
|
Posted: Mon Aug 11, 2003 4:19 am Post subject: |
|
|
I also had a problem PHP interpreted as plain text or HTML. For some obsucre reason, my php file was saved as Unicode instead of ANSI. You can fix it by using the File->Save As... option in Windows XP's Notepad, and choosing ANSI as encoding option. It worked for me, I hope it can help you. |
|
Back to top |
|
 |
NRTM -
Joined: 17 Sep 2003 Posts: 3
|
Posted: Wed Sep 17, 2003 1:33 pm Post subject: wow! my php is working now! thanks |
|
|
xmoby wrote: | I also had a problem PHP interpreted as plain text or HTML. For some obsucre reason, my php file was saved as Unicode instead of ANSI. You can fix it by using the File->Save As... option in Windows XP's Notepad, and choosing ANSI as encoding option. It worked for me, I hope it can help you. |
I was also puzzled why my php files wouldn't work, then I noticed that when I saved the files they were in Unicode format not ANSI, now everything works. Thanks a lot! :D |
|
Back to top |
|
 |
|