[wp-trac] [WordPress Trac] #25714: Notices with translation upgrade
WordPress Trac
noreply at wordpress.org
Sat Oct 26 23:43:21 UTC 2013
#25714: Notices with translation upgrade
------------------------------+--------------------
Reporter: GregLone | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.7.1
Component: Warnings/Notices | Version: 3.7
Severity: normal | Resolution:
Keywords: |
------------------------------+--------------------
Comment (by dd32):
`755` should be high enough to allow writing to the directory when using
the `direct` transport, since it specifically checks the ownership.
`775` would be needed when using Group Writable, and `777` would be needed
when relying on the "everyone can write to this" check, These last two
should only be hit in the event that someone has forced WordPress to use
the `direct` transport even though it rightly detected it couldn't write
to the files.
Our Language is_writable() checks only check `wp-content/languages` (well,
actually wp-content since the language directory might not exist) is
writable, it doesn't check `wp-content/languages/themes` is also writable.
How those directories were created with `755` if your other directories
were `777` I'm not sure though, as `FS_CHMOD_DIR` should've been set to
whatever `ABSPATH`'s permissions were.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/25714#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list