简体   繁体   中英

Could not create directory - wordpress plugin installation failure on mac

Good day folks I tried to install wordpress plugins in Mac in localhost but i am getting this error: Could not create directory. /Applications/XAMPP/xamppfiles/htdocs/kew/wp-content/plugins/revslider/

Plugin install failed. I changed the permissions of the installation folder to Read & Write but the error is not resolved. Kindly assist me.

Regards

Try this in the terminal:

  1. sudo chmod 0775 /Library/WebServer/Documents
  2. sudo dseditgroup -o edit -a username -t user _www
  3. rahulmahato$ sudo dseditgroup -o edit -a rahulmahato -t user _www

Note: Replace username with yours :)

You need to set permission on plugin folder/directory. Via terminal write this

sudo chmod -R 777 wp-content

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM