Closed coffebar closed 12 months ago
I assume the owner is wrong.
It might be selinux
It might be selinux
not in my case
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
Correct, for Redis Object Cache to toggle the drop-in it needs filesystem permissions. If you didn't configure them, then you'll see Not writeable
.
In the next version you can use WP_REDIS_DISABLE_DROPIN_CHECK
.
if you have ftp error like when trying to install a plugin, add this in wp-config.php:
define('FS_METHOD', 'direct');
I did
sudo chmod -R 777 wp-content
and plugin still says
Filesystem - Not writeable