|
headdesk Permissions on all WordPress files should be 644. Permissions on all WordPress directories should be 755. Exceptions:
Never, ever, give higher permissions than those. That way lies dragons. If you're having trouble writing files, then the first thing to do is to install the Core Control plugin and try to figure out what is failing. Specifically, the "Filesystem" module lets you diagnose which mechanism WP_Filesystem is attempting to use. That way, you don waste time screwing around with the wrong thing: http://wordpress.org/extend/plugins/core-control/ Once you know the mechanism (probably the FTP method or a direct method) then you'll better know how to approach the issue.
|
| More Solution |
|---|
Reffered: https://wordpress.org/