Question
Wordpress Plugin - Can't Create Directory
Hi All,
I have successfully installed Wordpress on my LAMP server, however, I can’t seem to update plugins. I am getting the following error:
Could not create directory
Additionally, I have already placed the following instruction in the wp-config file:
define('FS_METHOD','direct');
Any ideas?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
I have exactly same problem.
define(‘FS_METHOD’,'direct’);
has been added to wp-config file. I am still unable to install, remove or update plugins and themes. CentOS & LAMP setup step by step from DigitalOcean tutorial.
Any help will be much appreciated.
Am using Centos7 and the folder owner is set to apache:apache
I’ve done the below too, but i still get the error.
and also added this to wp-config.php
but still i am getting an error, “Could not create directory”. I can’t update wordpress and can’t update plugins.
what am i missing here?