Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Page Publisher:
Image upload okay but not permissioned

 

 


richard247
Novice

Jan 29, 2007, 5:06 AM

Post #1 of 3 (2066 views)
Shortcut
Image upload okay but not permissioned Can't Post

When uploading images they are automatically permissioned 600 on the server (unix) which I must change to 644 manually through the server. The folder is 777.

Our customer is not provided access to the server.

config.ini reads
# allow_UNC_paths = 1
# umask = 000
# max_filelock_wait = 5
# disable_filelocking = 1

Q: Is there something obvious I may do for the server to receive image files as 644?

Thank you from Richard


ross
Staff / Moderator


Jan 29, 2007, 10:54 AM

Post #2 of 3 (2061 views)
Shortcut
Re: [richard247] Image upload okay but not permissioned [In reply to] Can't Post

Hi Richard

Thanks for posting!

What you'll want to try here is changing the line there that says:

# umask = 000

so that it says this instead:

umask = 000

basically, just remove the pound sign there. What this will do is tell Page Publisher to give your files the maximum permissions your server allows.

Give this a shot and let me know if it gets you going Smile.
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Product Specialist
support@interactivetools.com

Hire me!  Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/



richard247
Novice

Jan 29, 2007, 11:17 PM

Post #3 of 3 (2053 views)
Shortcut
Re: [ross] Image upload okay but not permissioned [In reply to] Can't Post


In Reply To
umask = 000

Richard says thank you to Ross Fairbairn.

umask = 000 did the trick.

excellent.