Hi, I’m getting the same issue with my theme. Is there a solution for mamp. I edited the “theme Functions” ( functions.php) by adding the following :
@ini_set( ‘upload_max_size’ , ‘256M’ );
@ini_set( ‘post_max_size’, ‘256M’);
@ini_set( ‘max_execution_time’, ‘400’ );
still, didn’t work, are there any other solutions for mamp?