I am getting Installation failed: Could not create the directory. error while installation of WordPress plugin, I have changed the permission of WordPress directory to 775 and also set
sudo chown -R apache:apache /var/www/html/*
i tried to accesss the plugings direcotry by
sudo -u apache touch /var/www/html/wp-content/plugins/test.txt
and i am able to create test.txt file. then also i am not able to istall plugins. i am using fedora 21 system
Execute bellow commands
sudo chown -R www-data:www-data /wp-content/plugins/
chmod 777 /wp-content/upgrade/
open your wp-config.php file and place bellow line.
define('FS_METHOD','direct');