junkcoder
Forum Replies Created
-
Forum: Plugins
In reply to: [AJAX Thumbnail Rebuild] Cannot deactivate or delete?!?Is this problem still present in the latest version?
Forum: Plugins
In reply to: [AJAX Thumbnail Rebuild] Error on uploadingFixed in v1.11
Forum: Plugins
In reply to: [AJAX Thumbnail Rebuild] Error with PHP 5.5Marking this topic as resolved
Fixed in v1.11
Forum: Plugins
In reply to: [AJAX Thumbnail Rebuild] v1.10 does an empty media library in postFixed in v1.11
Forum: Plugins
In reply to: [AJAX Thumbnail Rebuild] Kills image libraryFixed in v1.11
Forum: Plugins
In reply to: [AJAX Thumbnail Rebuild] Kills image librarySince 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
In reply to: [AJAX Thumbnail Rebuild] v1.10 does an empty media library in postCould 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
In reply to: [AJAX Thumbnail Rebuild] v1.10 does an empty media library in postWhen 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 (https://downloads.www.ads-software.com/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
In reply to: [AJAX Thumbnail Rebuild] v1.10 does an empty media library in postI 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
In reply to: [AJAX Thumbnail Rebuild] v1.10 does an empty media library in postWhich version of WordPress and PHP are you using?
Forum: Plugins
In reply to: [AJAX Thumbnail Rebuild] Error with PHP 5.5Should be fixed in version 1.10
Forum: Fixing WordPress
In reply to: Regenerate gallery thumbnails after changing thumbnail dimensionsThe AJAX Thumbnail Rebuild plugin might solve your problem.