• Resolved divijc

    (@divijc)


    Hi, When I import Products, the data fields are imported fine. But when the Thumbnails start getting regenerated, I get this error after the plugin has generated 20-30 thumbnails-

    The resize request was abnormally terminated (ID 4803). This is likely due to the image exceeding available memory or some other type of fatal error.

    function (){return f&&(c&&!b&&(h=f.length-1,g.push(c)),function d(b){n.each(b,function(b,c){n.isFunction(c)?a.unique&&j.has(c)||f.push(c):c&&c.length&&”string”!==n.type(c)&&d(c)})}(arguments),c&&!b&&i()),this}

    How to solve this?

Viewing 1 replies (of 1 total)
  • Hi @divijc:

    It might be due to a conflict with any Image Optimizer plugin. If you are using any Image Optimizer plugin, please check by disabling that plugin.

    Also it can be an issue with ImageMagick and hosting limitations. Try adding this line to the top of your .htaccess file to limit ImageMagick to a single thread.

    SetEnv MAGICK_THREAD_LIMIT 1

    Also check your image size/dimension is good to regenerate thumbnails.

Viewing 1 replies (of 1 total)
  • The topic ‘Error While Thumbnail Regeneration’ is closed to new replies.