Hello There,
Thanks for writing in!
Please check your server permission and see if the permissions set correctly.
Here is a link for more information:
http://codex.wordpress.org/Changing_File_Permissions
Along with that you can try adding this in your wp-config.php located at the root directory of your site.
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
You can add it before the line
/* That’s all, stop editing! Happy blogging. */
Let us know know how it goes.
Thanks.