
Donna
Staff
/ Moderator

Jul 7, 2009, 3:13 PM
Post #4 of 4
(4567 views)
Shortcut
|
|
Re: [PeterAshe] Listing Errors
[In reply to]
|
Can't Post
|
|
Hi Peter, That's definitely not a bug -- Listings Manager actually uses the server defaults for permissions when creating a file, unless it's been overridden via the config file. That said, 666 permissions shouldn't be a problem. That just means that they're writable, which on a properly configured server isn't an issue at all, and on some servers is actually required. In the /exec/config.ini, you should see a line like this (this is the default): #umask = 000 Can you let me know that exact line right now? Does it still have the "#" in front of it? Have the numbers been changed? If it shows up exactly as above, try changing it to this: umask = 000 ...and if that doesn't have the correct permissions, try this: umask = 022 Donna -- support@interactivetools.com
|