Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    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.
    • This reply was modified 3 years, 8 months ago by tresila.
Viewing 2 replies - 1 through 2 (of 2 total)