Title: junkcoder's Replies | WordPress.org

---

# junkcoder

  [  ](https://wordpress.org/support/users/junkcoder/)

 *   [Profile](https://wordpress.org/support/users/junkcoder/)
 *   [Topics Started](https://wordpress.org/support/users/junkcoder/topics/)
 *   [Replies Created](https://wordpress.org/support/users/junkcoder/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/junkcoder/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/junkcoder/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/junkcoder/engagements/)
 *   [Favorites](https://wordpress.org/support/users/junkcoder/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AJAX Thumbnail Rebuild] Cannot deactivate or delete?!?](https://wordpress.org/support/topic/cannot-deactivate-or-delete/)
 *  Plugin Author [junkcoder](https://wordpress.org/support/users/junkcoder/)
 * (@junkcoder)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/cannot-deactivate-or-delete/#post-4613543)
 * Is this problem still present in the latest version?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AJAX Thumbnail Rebuild] Error on uploading](https://wordpress.org/support/topic/error-on-uploading-2/)
 *  Plugin Author [junkcoder](https://wordpress.org/support/users/junkcoder/)
 * (@junkcoder)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/error-on-uploading-2/#post-4734185)
 * Fixed in v1.11
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AJAX Thumbnail Rebuild] Error with PHP 5.5](https://wordpress.org/support/topic/error-with-php-55/)
 *  Plugin Author [junkcoder](https://wordpress.org/support/users/junkcoder/)
 * (@junkcoder)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/error-with-php-55/#post-4704601)
 * Marking this topic as resolved
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AJAX Thumbnail Rebuild] just had to de-activate as it was fully affecting the Media Library](https://wordpress.org/support/topic/just-had-to-de-activate-as-it-was-fully-affecting-the-media-library/)
 *  Plugin Author [junkcoder](https://wordpress.org/support/users/junkcoder/)
 * (@junkcoder)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/just-had-to-de-activate-as-it-was-fully-affecting-the-media-library/#post-4739264)
 * Fixed in v1.11
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AJAX Thumbnail Rebuild] v1.10 does an empty media library in post](https://wordpress.org/support/topic/v110-does-an-empty-media-library-in-post/)
 *  Plugin Author [junkcoder](https://wordpress.org/support/users/junkcoder/)
 * (@junkcoder)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/v110-does-an-empty-media-library-in-post/page/2/#post-4733181)
 * Fixed in v1.11
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AJAX Thumbnail Rebuild] Kills image library](https://wordpress.org/support/topic/kills-image-library/)
 *  Plugin Author [junkcoder](https://wordpress.org/support/users/junkcoder/)
 * (@junkcoder)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/kills-image-library/#post-4733647)
 * Fixed in v1.11
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AJAX Thumbnail Rebuild] Kills image library](https://wordpress.org/support/topic/kills-image-library/)
 *  Plugin Author [junkcoder](https://wordpress.org/support/users/junkcoder/)
 * (@junkcoder)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/kills-image-library/#post-4733625)
 * 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)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AJAX Thumbnail Rebuild] v1.10 does an empty media library in post](https://wordpress.org/support/topic/v110-does-an-empty-media-library-in-post/)
 *  Plugin Author [junkcoder](https://wordpress.org/support/users/junkcoder/)
 * (@junkcoder)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/v110-does-an-empty-media-library-in-post/page/2/#post-4733174)
 * Could you 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?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AJAX Thumbnail Rebuild] v1.10 does an empty media library in post](https://wordpress.org/support/topic/v110-does-an-empty-media-library-in-post/)
 *  Plugin Author [junkcoder](https://wordpress.org/support/users/junkcoder/)
 * (@junkcoder)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/v110-does-an-empty-media-library-in-post/#post-4733074)
 * When you say you can’t deactivate the plugin, does this mean that you don’t see
   a “deactivate” link or that simply nothing happens when you click it?
 * If you cannot simply remove and reinstall the plugin, you’ll need to downgrade
   manually by replacing the files in the “wp-content/plugins/ajax-thumbnail-rebuild”
   directory with the files from the older version ([http://downloads.wordpress.org/plugin/ajax-thumbnail-rebuild.1.09.zip](http://downloads.wordpress.org/plugin/ajax-thumbnail-rebuild.1.09.zip)).
 * I’m sorry for all the trouble this causes you and I really appreciate any hints
   that help me solve this for you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AJAX Thumbnail Rebuild] v1.10 does an empty media library in post](https://wordpress.org/support/topic/v110-does-an-empty-media-library-in-post/)
 *  Plugin Author [junkcoder](https://wordpress.org/support/users/junkcoder/)
 * (@junkcoder)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/v110-does-an-empty-media-library-in-post/#post-4733068)
 * I don’t see this behavior on a freshly installed test system, but since multiple
   people seem to be affected by this, I’ve set the Stable Tag back to the old version
   until I know what’s going on here.
 * It would be helpful if somebody could provide a detailed list of all the steps
   necessary to trigger this problem. It would also be helpful to see if this bug
   can also be seen on a fresh WordPress install on one of the affected systems –
   I just want to rule out the possibility that this is caused by conflicts with
   other plugins…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AJAX Thumbnail Rebuild] v1.10 does an empty media library in post](https://wordpress.org/support/topic/v110-does-an-empty-media-library-in-post/)
 *  Plugin Author [junkcoder](https://wordpress.org/support/users/junkcoder/)
 * (@junkcoder)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/v110-does-an-empty-media-library-in-post/#post-4733025)
 * Which version of WordPress and PHP are you using?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AJAX Thumbnail Rebuild] Error with PHP 5.5](https://wordpress.org/support/topic/error-with-php-55/)
 *  Plugin Author [junkcoder](https://wordpress.org/support/users/junkcoder/)
 * (@junkcoder)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/error-with-php-55/#post-4704586)
 * Should be fixed in version 1.10
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Regenerate gallery thumbnails after changing thumbnail dimensions](https://wordpress.org/support/topic/regenerate-gallery-thumbnails-after-changing-thumbnail-dimensions/)
 *  [junkcoder](https://wordpress.org/support/users/junkcoder/)
 * (@junkcoder)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/regenerate-gallery-thumbnails-after-changing-thumbnail-dimensions/#post-1114973)
 * The [AJAX Thumbnail Rebuild](http://wordpress.org/extend/plugins/ajax-thumbnail-rebuild/)
   plugin might solve your problem.

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