• Resolved cocobongo

    (@cocobongo)


    Love this plugin, but a heads up: it “kills” the image library and when you try to upload a new file you get a “An error occurred in the upload. Please try again later.” message. However, if I deactivate Ajax Thumbnail Rebuild, the files are there and have been uploaded, they just don’t show up when ATR is active

    https://wordpress.org/plugins/ajax-thumbnail-rebuild/

Viewing 8 replies - 1 through 8 (of 8 total)
  • CMG

    (@seraphyn)

    Yes it does.
    Add media is empty with the new release, if deactivated add media is funtional again

    stuartmasson

    (@stuartmasson)

    Same as above, but I can’t seem to deactivate the plugin at all.

    Fabio-Melo

    (@fabio-melo-1)

    I have the same problem.

    kmtrent

    (@kmtrent)

    YAY – this was my issue. Deactivated the plugin, and I’m back in business! Thank you!

    Plugin Author junkcoder

    (@junkcoder)

    Since I’m not able to reproduce this in my test installation, could somebody please try to replace

    add_filter( ‘attachment_fields_to_edit’, array(&$this, ‘addRebuildSingle’) );

    with

    add_filter( ‘attachment_fields_to_edit’, array(&$this, ‘addRebuildSingle’), 10, 2);

    in line #30 of wp-contents/plugins/ajax-thumbnail-rebuild/ajax-thumbnail-rebuild.php and see if this solves this issue? (in v1.10)

    n0ts0smart

    (@efpeterson)

    junkcoder,

    That does fix the problem. Thank you!

    Plugin Author junkcoder

    (@junkcoder)

    Fixed in v1.11

    Hello I delete ajax-thumbnail-rebuild plugin from my website but there is still working on my website can you tell please which file i remove or some code to remove.Please help me because i dont want to use more this plugin more on my that site Thanks
    Waiting for soon reply.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Kills image library’ is closed to new replies.