Data Moved issue with imagemagic

Imagemagic was installed and updated on new server and made available to php extensions while apache was restarted and the unchecked GD library and re checked then unchecked, and while trying to upload images it throws back a big X as if the image didn't process in fully uploading.

  • 1058
  • More
Replies (3)
    • Please check you PHP error logs for any error at the time when it happens
      • Hello,

        Here's a copy of my error log Please help, I've changed my ips and things and moved data however still sometimes throwing some old ip info that it cannot connect too.

        • It looks like the following errors are cause of the image resizing problem:

          [08-Jan-2019 14:10:28 UTC] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home/.../public_html/plugins/intervention-image/Intervention/Image/Commands/Argument.php on line 130
          [08-Jan-2019 14:11:42 UTC] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home/.../public_html/plugins/intervention-image/Intervention/Image/AbstractDriver.php on line 105
          [15-Jan-2019 14:25:09 UTC] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home/.../public_html/plugins/intervention-image/Intervention/Image/Commands/Argument.php on line 40

          I can't determine what causing these errors, maybe your hosting support can help.

          Login or Join to comment.