Filesystem - Not writeable (777 permissions) #47
-
I did
and plugin still says |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
I assume the owner is wrong. |
Beta Was this translation helpful? Give feedback.
-
It might be selinux |
Beta Was this translation helpful? Give feedback.
-
not in my case |
Beta Was this translation helpful? Give feedback.
-
It may be related to call of request_filesystem_credentials that Displays a form to the user to request for their FTP/SSH details in order to connect to the filesystem. For my WP setup, this form is not filled by password without user. So this call may fail |
Beta Was this translation helpful? Give feedback.
-
Correct, for Redis Object Cache to toggle the drop-in it needs filesystem permissions. If you didn't configure them, then you'll see In the next version you can use |
Beta Was this translation helpful? Give feedback.
-
if you have ftp error like when trying to install a plugin, add this in wp-config.php:
|
Beta Was this translation helpful? Give feedback.
if you have ftp error like when trying to install a plugin, add this in wp-config.php:
define('FS_METHOD', 'direct');