It is a permission problem.

To fix this, you need to change the ownership of the wordpress folder to the daemon in charge of Apache and then restart Apache. -R will also change the ownership of folders and files inside.

sudo chown -R daemon /bitnami/wordpress_folder/
sudo /opt/bitnami/ctlscript.sh restart apache