As seen on Bitnami's forums: https://community.bitnami.com/t/permission-issue-could-not-upload-images-to-wp-content-uploads/30664
Connect to your site via ssh.
Then check the uploads directory permissions.
[php]ls -l /opt/bitnami/apps/wordpress/htdocs/wp-content/uploads[/php]
Then user the Bitnami user to fix permissions if necessary
[php]sudo chown -R bitnami:daemon /opt/bitnami/apps/wordpress/htdocs/wp-content/uploads/[/php]
Revisions
- May 2, 2016 @ 06:37:20 [Current Revision] by PeterLugg
- May 2, 2016 @ 06:37:20 by PeterLugg
- February 22, 2016 @ 23:46:51 [Autosave] by PeterLugg
- February 22, 2016 @ 23:40:35 by PeterLugg
Revision Differences
There are no differences between the February 22, 2016 @ 23:46:51 [Autosave] revision and the current revision. (Maybe only post meta information was changed.)
No comments yet.