Forum Replies Created

Viewing 1 replies (of 1 total)
  • I am having this same problem, with both my own site and my spouse’s site – both using www.remarpro.com, but with different themes (but both on the same hosting account with GoDaddy). We have tried everything in this thread, still with no luck for either site. Occasionally an image upload goes through successfully, but it’s maybe one attempt out of ten, with no rhyme or reason (sometimes the same image fails repeatedly and then succeeds).

    We have tried:
    – Increasing the site’s memory limit in PHP, along with the max file size and max upload
    – Upgrading to the latest version of PHP (7.4), as well as then downgrading to 7.2
    – Using the Add From Server plugin
    – Making sure Imagick is installed in PHP (it already was)
    – Adding this code to the Theme Functions file (functions.php): add_filter( ‘wp_image_editors’, function() { return array( ‘WP_Image_Editor_GD’ ); } );
    – Adding this code to the Theme Functions file: add_filter( ‘big_image_size_threshold’, ‘__return_false’ );
    – Adding this code to the Theme Functions file: function use_gd_editor($array) {
    return array( ‘WP_Image_Editor_GD’, );
    }
    add_filter( ‘wp_image_editors’, ‘use_gd_editor’ );
    – Making sure there were no apostrophes in image file names
    – Checking to make sure I’m not using the Squirrly plugin (I’m not)

    I think that’s every solution offered in this thread; none has worked.

    Help!

    (And thank you!)

Viewing 1 replies (of 1 total)