[wp-trac] Re: [WordPress Trac] #8478: FS Chmod 755/644 of files
breaks restrictive suexec environments
WordPress Trac
wp-trac at lists.automattic.com
Thu Dec 4 23:00:47 GMT 2008
#8478: FS Chmod 755/644 of files breaks restrictive suexec environments
-------------------------------------+--------------------------------------
Reporter: DD32 | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 2.7
Component: Upgrade | Version: 2.7
Severity: blocker | Resolution:
Keywords: has-patch needs-testing |
-------------------------------------+--------------------------------------
Comment (by DD32):
try this, Its a Octal number, Not a String.
{{{
define('FS_CHMOD_FILE',0755);
define('FS_CHMOD_DIR',0755);
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/8478#comment:19>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list