Problems with upload after I moved the image folder
-
I have set the path for images to /home/images. This works quite well, but not when I start an upload. The files are uploaded to the dev folder inside images, but the owner is set to root and not to fog. It then fails in last stage when tha mac-address folder inside dev is to me moved one step up. I have to do this manually after I have set correct ownership.
I have already set ownership like: chown -R fog:fog /home/images and chmod -R 755 /home/images but it still makes new images owned by root when I do an upload. Any suggestions?
Running latest svn on Centos 5.7.
-
The images folder should be with permissions set as:
[code]chmod -R 777 /home/images[/code] -
[quote=“Tom Elliott, post: 31568, member: 7271”]The images folder should be with permissions set as:
[code]chmod -R 777 /home/images[/code][/quote]
Thanks!