Unknown error occurred
-
After downloading and installing this plugin, I registered and added API key to adjust settings and proceed further. Unfortunately I’m getting “Unknown error occurred” for all 5 media images (I uploaded 5 of them, each has additional sizes f.e. thumbnail, plugin proceeds through 5 images, I guess additional image sizes are already included for each of the 5 images???). What is additionally disappointing, I can’t abort optimization – when I see 1st image giving an error and I already know next ones will do the same.
I’m using https and this snippet in functions.php if this changes anything:
// Fix media gallery not displaying in media library grid view and woocommerce product page edit / product list.
add_filter( ‘wp_image_editors’, ‘change_graphic_lib’ );
function change_graphic_lib($array) {
return array( ‘WP_Image_Editor_GD’, ‘WP_Image_Editor_Imagick’ );
}Regards
- The topic ‘Unknown error occurred’ is closed to new replies.