• Resolved nikcree

    (@nikcree)


    I was resizing all images on my site and several of the images threw up this error
    ————-`
    function (){if(l){var t=l.length;(function i(t){x.each(t,function(t,n){var r=x.type(n);”function”===r?e.unique&&p.has(n)||l.push(n):n&&n.length&&”string”!==r&&i(n)})})(arguments),n?o=l.length:r&&(s=t,c(r))}return this}
    `————-
    It seems this may be related to the WP using Imagick. I added the following code to my theme functions to force it to use the GD Library, and all the thumbnails resized properly

    https://github.com/getsource/default-to-gd

    Looks like the error may be a result of a recent update of WordPress changing the resource it uses to manipulate images. Is this something that will be addressed in a future update of this plugin. Hope so as this is one of my ‘Go To’ tools when developing sites. Awesomely handy plugin. Thank you.

    http://wordpress.org/plugins/force-regenerate-thumbnails/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Contributor Pedro Elsner

    (@pedro-elsner)

    Thank you @nikcree
    I’ll update the plugin coming soon =)

    Thread Starter nikcree

    (@nikcree)

    Great- thanks Pedro

    I am also getting the same error;

    function (){if(l){var t=l.length;(function i(t){x.each(t,function(t,n){var r=x.type(n);”function”===r?e.unique&&p.has(n)||l.push(n):n&&n.length&&”string”!==r&&i(n)})})(arguments),n?o=l.length:r&&(s=t,c(r))}return this}

    Trying the GD plugin had limited success.

    The plugin seems to fail at a certain point, usually around after 10 regenerations

    EDIT
    Running through a number of images;

    It will process 1-8 successfully
    Fail 9-99
    Process 100-106
    Fail 107-199
    Process 200-207
    Fail 208-301
    Process 302-307

    This plugin still not working appropriately. Any idea when it will be updated?

    Plugin Contributor Pedro Elsner

    (@pedro-elsner)

    @unifiedac and @underclass, please, try new version 2.0.1

    Thanks for the update Pedro, the plugin is much more stable now and generally runs without any errors but occasionally there are errors on large process queues, however these can be fixed by re-running the process.

    Thanks nikcree, you saved my WP8 install with your plugin!

    Gothe

    (@gothe)

    still the same Problem with Pictures size over 2600pxl

    Also receving this error with version 2.0.3 on a Rackspace Cloud Site:

    function (){if(l){var t=l.length;(function i(t){x.each(t,function(t,n){var r=x.type(n);"function"===r?e.unique&&p.has(n)||l.push(n):n&&n.length&&"string"!==r&&i(n)})})(arguments),n?o=l.length:r&&(s=t,c(r))}return this}

    -PaulMighty

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Resize failures with WordPress now using Imagick rather that GD Library’ is closed to new replies.