PHP loading problems

Status
Not open for further replies.

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
It should never have worked with 755 permissions -- 644 is the max permissions for files. 755 for folders and 644 for files is really the only sane setting for shared hosting (folders need the execute bit set so people can get to them). It's not just here, either (although it is enforced by policy here); see this thread at the cPanel forums for more info.
 

edgarasf12369

New Member
Messages
7
Reaction score
0
Points
0
It should never have worked with 755 permissions -- 644 is the max permissions for files. 755 for folders and 644 for files is really the only sane setting for shared hosting (folders need the execute bit set so people can get to them). It's not just here, either (although it is enforced by policy here); see this thread at the cPanel forums for more info.
I changed to image.php permissions to 644 , and folder to 755. I still have the same problem. It doesn't respond to requests :/ .
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
It should never have worked with 755 permissions -- 644 is the max permissions for files. 755 for folders and 644 for files is really the only sane setting for shared hosting (folders need the execute bit set so people can get to them). It's not just here, either (although it is enforced by policy here); see this thread at the cPanel forums for more info.

Unfortunately, that is not the case here. .php files with permissions set to 0777 inside of folders set to 0777 will function (at least on Chopin they do).
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
They didn't used to -- the change was (just) before my time as a CA, as part of the Lightspeed migration. The indication was, though, that reverting to 755/644 was a possibility, so folks ought to stick to that level to avoid nasty surprises.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Maybe if we ask him what his .php script is doing we can figure out why it is hanging.

Edit: Never mind. He's been ZT Suspended.
 
Last edited:
Status
Not open for further replies.
Top