Page 1 of 1

Permissions error

Posted: Sat Apr 30, 2005 12:10 am
by damosky
Hey all,

I am am having a problem when uploading images. The server/ or CMSMS is setting permissions to 600 and I have to manually go to the server and change the permissions on them inorder to place the images within content pages.

I have set the uploads/images folders to 777, but it still isn't working. I don't know whether this a server issue or CMSMS.

I have used this CMS before and not come across this. Any ideas?

Damian

Re: Permissions error

Posted: Sat Apr 30, 2005 1:00 am
by Ted
For some reason, php is inconsistent with this.  I ended up changing the upload in 0.10 to force permissions to what is set in config.php.  Works a lot better...

We never did figure out why it's doing that in the first place.

Re: Permissions error

Posted: Sat Apr 30, 2005 1:35 am
by damosky
So am I am able to the same to fix my issue? Don't know too much about PHP etc