2 blueyed Nov 24, 2006 19:30

blueyed wrote:
Congratulation, you seem to have a decent PHP host.
chmod all your directories to 775 and your files to 664.They seem to use a wrapper for PHP that checks permissions of the scripts and their directories.
About the translation issue, I'll fix that.
Aww i think i'm stupid :D what does: "Congratulation, you seem to have a decent PHP host." means ? ^^ is it ironic ? ^^ (translate in german for me pls :P )
uhm will the blog-script then just work fine ?
//EDIT: 775 and 664 doesnt work ... 755 and 644 works just fine ... but i haven't tested all functions ;-)
I just installed and received the same error as above.
I changed some permissions as per this thread and can now get into my blog.
I couldn't find a newer topic so am just wondering if there is a summary of what the permissions should be set to if you have a "decent PHP host".
I just want to make sure I am not going to run into problems later.
I installed 2.3.0.
Thanks
Those instructions are what I used to install.
If I follow those instructions and change the permissions as directed I get the error as described above.
If I CHMOD the /blogs directory to 755 it works.
I am asking what other permissions need to be changed or do I wait until something doesn't work to figure it out?
Thanks
It should work well with 755
Just
wait until something doesn't work to figure it out
:-/
You get this error if your folder permissions are set to 777. CHMOD them to 755.
Good luck
If it works fine with 755 why not change the install instructions to avoid this error.
I'm not sure what is gained by having a new user experience this error if it is avoidable.
krazykanuck wrote:
If it works fine with 755 why not change the install instructions to avoid this error.
I'm not sure what is gained by having a new user experience this error if it is avoidable.
I recently had the error on a non blog page. It's your host preventing you from doing something stupid (allowing folders with world write permission 777). blueyed was *not* ironic.
Happy blogging
Congratulation, you seem to have a decent PHP host.
chmod all your directories to 775 and your files to 664.
They seem to use a wrapper for PHP that checks permissions of the scripts and their directories.
About the translation issue, I'll fix that.