Hi all,
Look at this : Since i have installed the newest version of php, I can't process anymore newly created php files but can acess the oldest ones. Worst, they seems to be not present on the server when i try to access them using browser.
So my problem is not not being able to precess php files but unable to process some of them!?!?!?!??!
Before u say that i mistype url, keep this in mind :
1) I can process my old php files (created before i installed the newest version of php) but I can't process any new one.
2) The url is good and the permissions too since I can access infos_joueur_traitement.php (created before upgrading) in the same folder and has the same permissions than store_data.php (wich can't be viewed).
3) If I put in the url the path to the infos_joueurs folder wich contains the 2 files listed before, I can see them both so store_data.php is present on the server.
4) When trying to acess store_data.php, I get the following error message :
The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.
Please try the following:
Open the 74.57.73.48:8080 home page, and then look for links to the information you want.
Click the Refresh button, or try again later.
Click Search to look for information on the Internet.
You can also see a list of related sites.
HTTP 500 - Internal server error
Internet Explorer
5) If i turn off "friendly error msgs" in IE, I get a blank page.
6) If I change the extension from php to txt, I am able to see in browser my php code.
Anyone has any idea about this strange issue?
Thx in advance.