Title: jazzpdx's Replies | WordPress.org

---

# jazzpdx

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP-FB-AutoConnect] bp_core_fetch_avatar_filter](https://wordpress.org/support/topic/plugin-wp-fb-autoconnect-bp_core_fetch_avatar_filter/)
 *  Thread Starter [jazzpdx](https://wordpress.org/support/users/jazzpdx/)
 * (@jazzpdx)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-fb-autoconnect-bp_core_fetch_avatar_filter/#post-1436573)
 * Only appeared after adding the autoconnect plugin
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: W3 Total Cache] Blank page](https://wordpress.org/support/topic/plugin-w3-total-cache-blank-page/)
 *  [jazzpdx](https://wordpress.org/support/users/jazzpdx/)
 * (@jazzpdx)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-blank-page/#post-1345695)
 * Thanks for the fix – the newest update solves the problem. Issue is resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: W3 Total Cache] Blank page](https://wordpress.org/support/topic/plugin-w3-total-cache-blank-page/)
 *  [jazzpdx](https://wordpress.org/support/users/jazzpdx/)
 * (@jazzpdx)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-blank-page/#post-1345692)
 * Tried clearing the error log out and loading the problem page. Tried multiple
   times – each time, blank page persists, no additions to error log.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Regenerate Thumbnails] This plugin is buggy and incomplete](https://wordpress.org/support/topic/plugin-regenerate-thumbnails-this-plugin-is-buggy-and-incomplete/)
 *  [jazzpdx](https://wordpress.org/support/users/jazzpdx/)
 * (@jazzpdx)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-regenerate-thumbnails-this-plugin-is-buggy-and-incomplete/#post-1258674)
 * Fantastic – even less work for me!
 * Thanks so much (from a fellow Portlander)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: W3 Total Cache] Blank page](https://wordpress.org/support/topic/plugin-w3-total-cache-blank-page/)
 *  [jazzpdx](https://wordpress.org/support/users/jazzpdx/)
 * (@jazzpdx)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-blank-page/#post-1345689)
 * Also having a blank page problem, even with no other plugins turned on and the
   caching options within the W3 plugin turned off. Submitted a report with the 
   plugin’s support tab but haven’t heard anything back.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Regenerate Thumbnails] This plugin is buggy and incomplete](https://wordpress.org/support/topic/plugin-regenerate-thumbnails-this-plugin-is-buggy-and-incomplete/)
 *  [jazzpdx](https://wordpress.org/support/users/jazzpdx/)
 * (@jazzpdx)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-regenerate-thumbnails-this-plugin-is-buggy-and-incomplete/#post-1258671)
 * Thanks for the quick response. I’ll work on just grabbing the post IDs – that
   sounds like the best option.
 * And yes, it makes sense that the AJAX-recode solves the issue of time-outs and
   memory limits while converting the images, but unfortunately it never gets to
   that point since it has to spit out a list of all the images first.
 * Great plugin – very handy to have a template to work with and only have to do
   a re-write to scale it rather than having to start from scratch
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Regenerate Thumbnails] This plugin is buggy and incomplete](https://wordpress.org/support/topic/plugin-regenerate-thumbnails-this-plugin-is-buggy-and-incomplete/)
 *  [jazzpdx](https://wordpress.org/support/users/jazzpdx/)
 * (@jazzpdx)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-regenerate-thumbnails-this-plugin-is-buggy-and-incomplete/#post-1258668)
 * I’m having the same issue with the blank page with no progress bar. However, 
   I’ve narrowed down the problem.
 * The issue occurs at the call:
 *     ```
       $images =& get_children( array(
       								'post_type' => 'attachment',
       								'post_mime_type' => 'image',
       								'numberposts' => -1,
       								'post_status' => 'inherit',
       								'post_parent' => null, // any parent
       								'output' => 'object',
       							) );
       ```
   
 * The site is pretty large and thus has a huge number of attachments. The progress
   bar appears and everything works if I change numberposts to 1000. 2000 does not
   work. Seems to be a memory issue of some sort – is there a way to paginate that
   first request?

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