Title: trickleup's Replies | WordPress.org

---

# trickleup

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

 *   [Profile](https://wordpress.org/support/users/trickleup/)
 *   [Topics Started](https://wordpress.org/support/users/trickleup/topics/)
 *   [Replies Created](https://wordpress.org/support/users/trickleup/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/trickleup/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/trickleup/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/trickleup/engagements/)
 *   [Favorites](https://wordpress.org/support/users/trickleup/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: [[WP Offload Media Lite for Amazon S3, DigitalOcean Spaces, and Google Cloud Storage] Thumbnail image issue](https://wordpress.org/support/topic/thumbnail-image-issue/)
 *  [trickleup](https://wordpress.org/support/users/trickleup/)
 * (@trickleup)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/thumbnail-image-issue/#post-4149899)
 * I’m noticing the same. In fact, no thumbnails are created, or uploaded to s3.
   Is this behavior by design, or is it a bug?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Amazon S3 Uploads] Folders missed during upload](https://wordpress.org/support/topic/folders-missed-during-upload/)
 *  [trickleup](https://wordpress.org/support/users/trickleup/)
 * (@trickleup)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/folders-missed-during-upload/#post-3917760)
 * I have the exact same issue as JamesHillard. I’ve pinged the website plenty, 
   and even accessed wp-cron.php directly, but no more files are uploaded beyond
   the inital batch.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: wp e-Commerce] trouble with thematic sidebar on single product page](https://wordpress.org/support/topic/plugin-wp-e-commerce-trouble-with-thematic-sidebar-on-single-product-page/)
 *  [trickleup](https://wordpress.org/support/users/trickleup/)
 * (@trickleup)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-trouble-with-thematic-sidebar-on-single-product-page/#post-2335952)
 * I had the same problem using a thematic theme child theme. The problem I found
   that was causing this was that the wpsc_all_products_on_page (in wpsc-includes/
   theme.functions.php) action that wpsc adds to the template_redirect hook exits
   at the end of running, therefore disabling all template_redirect actions that
   are scheduled to run after this action.
 * Among the actions that don’t run are thematic_connect_functions() on priority
   10, which is why the sidebars don’t show.
 * I solved it by doing this (removing the action):
 *     ```
       function stop_wp_ecommerce_from_messing_up_wordpress() {
       	remove_action('template_redirect', 'wpsc_all_products_on_page');
       }
       add_action('template_redirect', 'stop_wp_ecommerce_from_messing_up_wordpress', 1);
       ```
   
 * I’m not sure whether this messes up something else, I have yet to test it thoroughly.
   The exit() call seems like bad design.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [WordPress deletes text_widget settings in wp_options](https://wordpress.org/support/topic/wordpress-deletes-text_widget-settings-in-wp_options/)
 *  Thread Starter [trickleup](https://wordpress.org/support/users/trickleup/)
 * (@trickleup)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/wordpress-deletes-text_widget-settings-in-wp_options/#post-1798289)
 * I have not, unfortunately. I stopped looking into it, thinking someone must have
   solved it before me. If I have time and solve it I’ll post the solution here.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: NextGEN Gallery] Slideshow does not work in 2.9](https://wordpress.org/support/topic/plugin-nextgen-gallery-slideshow-does-not-work-in-29/)
 *  [trickleup](https://wordpress.org/support/users/trickleup/)
 * (@trickleup)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-slideshow-does-not-work-in-29/#post-1359164)
 * I’m having the same problems… ouch. Does anyone know a workaround?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Wordtube can’t upload media behind .htaccess block](https://wordpress.org/support/topic/wordtube-cant-upload-media-behind-htaccess-block/)
 *  Thread Starter [trickleup](https://wordpress.org/support/users/trickleup/)
 * (@trickleup)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/wordtube-cant-upload-media-behind-htaccess-block/#post-1175365)
 * It was a mysql permission issue. Sorry.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Wordtube can’t upload media behind .htaccess block](https://wordpress.org/support/topic/wordtube-cant-upload-media-behind-htaccess-block/)
 *  Thread Starter [trickleup](https://wordpress.org/support/users/trickleup/)
 * (@trickleup)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/wordtube-cant-upload-media-behind-htaccess-block/#post-1175288)
 * WordPress version 2.8.3. Forgot to mention that.

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