HOWTO: Fix WordPress cannot install plugins
At first move on to the root of your Wordpress installation and exec with root privileges: sudo find . -type f -exec chmod 0644 {} \; sudo find . -type d -exec chmod 0755 {} \; Second: create a tmp_dir directory under wp-content/Then edit wp-config.php file and add this line:define(‘WP_TEMP_DIR’, ABSPATH…