increase your memory limit in wp_config.php by this:
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
then go to your php.ini
change the max_execution_time to at lease 600.
change the max_upload_size in your php.ini to whatever upper limit you want.
Remember to restart to reflect changes by
sudo service apache2 restart
-
This reply was modified 3 years, 8 months ago by tresila.
-
This reply was modified 3 years, 8 months ago by tresila.