• Hi all,

    I’m currently building a website on mamp local host. I updated my php.ini file to allow for larger uploads but am now being met with tis message: Post-processing of the image failed. If this is a photo or a large image, please scale it down to 2500 pixels and upload it again.

    Even when the image is quite small. I’m running php 7.3.8.

    Any guidance would be appreciated.

Viewing 1 replies (of 1 total)
  • Curious.. if you create an info.php file with the following:

    
    <?php
    phpinfo();
    ?>
    

    Then go to the file with your browser does it have either a GD or Imagick section in it?

Viewing 1 replies (of 1 total)
  • The topic ‘uploading on a local host’ is closed to new replies.