문제

I keep getting this error:

/opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/download-manager/cache/ must have to be writable!

when I try to download something off my WordPress website. It is on AWS and Bitnami Ubuntu. I do have shell access and stuck with it. If someone can, please, help me out with it.

도움이 되었습니까?

해결책

By just running below command it worked

sudo chown -R bitnami:daemon /opt/bitnami/apps/wordpress/your_plugin_directory 
sudo chmod -R g+w /opt/bitnami/apps/wordpress/your_plugin_directory

Taken from here: http://wiki.bitnami.com/BitNami_Cloud_Hosting/Servers/Access_your_machine#Files_writable_by_the_web_server

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top