There has been a critical error on your website
Look at your site (apache2) error.log. If you see access errors (can’t mkdir, can’t rmdir, permission denied), you may be dealing with a permissions problem. the wp-content folder and it’s children/subfolder need to be writable by the web server. Usually (on an ubuntu-apache combination), this requires that you change ownership (via chown) for the whole … Read more