PHP scripts not working

Status
Not open for further replies.

nick600rr

New Member
Messages
1
Reaction score
0
Points
0
I'm currently experiencing an "Internal Server 500" error when I attempt to run PHP scripts on the server. Is there a special directory that these are supposed to be uploaded into? I'm currently placing these within the "public_html" folder. If any once can point me in the right direction I'd greatly appreciate it! :)
 

KainRacure

New Member
Messages
26
Reaction score
0
Points
0
depending on the script you may need to ask for a higher level of php, for some functions like Mail() they have limited its usage due to the ability to abuse it (spamming and whatnot)

For more info on that check the scroll at the top of the forums.
 
Last edited:

iophobon

New Member
Messages
3
Reaction score
0
Points
0
I was having the same problem and it turned out to be my file permissions. Make sure your scripts are chmod'ed to 755.
 

wh00p101

New Member
Messages
241
Reaction score
0
Points
0
Make sure the file permissions are set correct and that you have the appropriate php level. That should stop you getting the 500 error.
 
Status
Not open for further replies.
Top