There is too little information to be completely sure, but usually this error occurs when WordPress cannot find the graphic library which should be installed on your server. So you should check with your provider to see if Imagick and/or GD are installed.
You can also add this little snippet of code in your functions.php file to make sure WordPress looks for both (often it only looks for Imagick):
add_filter ('wp_image_editors', 'wpse303391_change_graphic_editor');
function wpse303391_change_graphic_editor ($array) {
return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' );
}
This snippet will look for GD first and then for Imagick. The latter gives better quality, but uses more memory, which can also lead to server errors.
Related Posts:
- Custom image size / thumbnail – Crop to aspect ratio even when source image is smaller than set dimensions
- How to delete resized (cropped) image uploads and prevent future resizing?
- Why WordPress automatic cropping all my images?
- How to resize images in wordpress without adding any compression or changing the color profile of the images, possible?
- get_the_post_thumbnail_url with an unregistered size
- Cropped featured image replaces original image in gallery
- add_image_size() zoom-crop
- add_image_sizes ignoring crop sizes and using proportion
- Image resize with image url
- Cropping an image before inserting into a post
- Display different header images based on current page
- Why can’t I edit certain images from the WordPress Media library?
- Custom image size not regenerating when image editted
- Local WordPress installation doesn’t crop images
- Confusion about arguments sent to add_image_size
- add_image_size() to crop images into squares?
- is it possible to crop cover images in buddypress?
- WordPress crops images differently on retina screens?
- Hero image cropped at different dimensions
- Show image crop window on image upload
- Edit image results in copies of file being created
- Resize header image
- Stop WordPress from cropping images using url parameters
- WordPress images not cropping properly
- Mass crop images: Landscape images -> Portrait images
- Multiple post image, echo url (path of image)
- How do I get a smaller size of an avatar image
- Force square image crop during upload?
- Disable image rename on upload
- Auto-crop width, not height
- wordpress add image size crop function not working in version 3.8
- VT-resize (great alternative to timthumb) : Errors cropping (litespeed, centos 6.3)
- Plugin to select the custom image crop area
- Apply manual image cropping not to thumbnail but medium_large size
- How to echo images Urls from a wordpress post, that are relally in the post
- Automatically generate multiple image sizes for element
- variable crop option with add_image_size()
- Add custom version to an image
- Set image dimension for WP_Customize_Image_Control images
- How to get WordPress to resize images for srcset?
- How to get dimension of Logo and Crest
- Changing Theme produced a problem on some pages
- Img Src File path issue
- Images dont show in grid view, but do in list view
- WordPress speed slow after .5 million single image post via wp-cli
- Why won’t these imported images show up?
- Generate image size, based on the image-orientation
- How to Add extra option to Image Block Settings?
- Upload thousands of images to WordPress without plugin?
- Automatically replace original uploaded image with large image size
- Problem with loading images from child theme CSS file with relevant path
- Generating different dimension images while uploading image file from custom plugin page
- Any specific reason why images do not show on site?
- Disallow img tag in comments?
- Bulk edit of EXIF data for jpeg images uploaded in the media library?
- Regex expression for redirecting image URLs to another folder
- Add suffix to uploaded images
- How to both crop (with tool) and resize thumbnails having only a max width constrain?
- Image LazyLoad plugin not loading jQuery dependancies with wp_enqueue_script in WP 3.3.1
- How to add images to a post without inserting them into the content area of the post editor?
- Is it possible to reduce image filesize on the fly (when users enter my website)?
- Why WordPress strips scr string from img tag off?
- Random image loader
- insert image alongwith with custom data via a frontend form
- Create a link to full-sized image attachment?
- Get image path : image is upload but not attached
- What sense makes medium_large_size_h => 0?
- Emoticons not working on my site
- How to use getimagesize() of image upload?
- photo gallery implementation like tmz
- Graphics and Formatting Not Loading in WordPress on IIS
- How to Automatically import external images to Upload
- Fullscreen Page Background without Plugin [closed]
- How to stop TinyMce from converting image url into ?
- How to automatically load an image inside the post, since it is present in uploads folder
- Generate links on all images in posts – is there a hook?
- Decide how Hero image appears on mobile
- Broken images/videos after migration – DIVI theme- works ok on Mac OS
- Can’t figure out how to get space around an image? [closed]
- Set WordPress to Create different images format later, not during upload
- How might one programmatically set the link for all images in all posts?
- page displaying media caption shortcodes
- Display different Images depending on the current day
- How to add a credit line to a photo caption
- Retina ready for uploaded images which are cropped
- Uploading Images for a section
- Some images suddenly not appearing
- WordPress: Preload next post images
- Image not showing in an archive page
- Set add_image_size() greater than content width in media box
- Remote Image (from URL) as Media Library element
- Theme using masonry layout script rendering overlaped images in Google Chrome [closed]
- Media Library shows default image instead of image preview
- Profile Image displaying on Wrong side of WordPress Navigation Menu
- Images have dissapeared from media library and site
- Uploading media to wordpress API with C# HttpClient
- How to add image alt attribute to the thumbnail code
- Media Library Issues
- Convert all images on S3 to webp format
- Critical error on image display