PHP not working

Status
Not open for further replies.

gaust1146

New Member
Messages
5
Reaction score
0
Points
0
hi,

seems PHP is not working on my page. uploaded info.php which only calls phpinfo() and it's not working. tried to change PHP version, which also didn't help.

http://cheapp.x10.mx/info.php

after some time i get the following error:
"500 Error
An internal server error has occurred. Please try your request again momentarily.
File or directory permissions are set too high: Files should be 0644, directories 0755.
Problem with your .htaccess file.
A syntax error in a CGI script."

pls advice!

many thnx,
g
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
I believe that some functions could be disabled. But just to be certain, check the permission on the files, make sure that they are set to 0644, and search of a file called "error_log" and in cPanel's error log as well for the cause/error message.
 

gaust1146

New Member
Messages
5
Reaction score
0
Points
0
dear xav,

thnx for your answer.
i checked the permissions, and all look fine: same as *.html and *.jpg files, which are working btw.
also the error log did not contain any suspicious entries...

i don't know what else i can do here? seems everything is working, except PHP.
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
Have you tried any other scripts?
 
Status
Not open for further replies.
Top