Title: [Plugin: WP-Cycle] Image Uploaded &#8211; Doesn&#039;t Show
Last modified: August 19, 2016

---

# [Plugin: WP-Cycle] Image Uploaded – Doesn't Show

 *  [EricaMueller](https://wordpress.org/support/users/ericamueller/)
 * (@ericamueller)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-cycle-image-uploaded-doesnt-show/)
 * This plugin was working great till a week ago, and now, when I upload images 
   I get a message saying the upload was successful, but I can not see the images
   in the list. Also, I deleted the images that were there before, and while they
   removed themselves from the list, they did not get deleted from the slider and
   were still showing on the site. When I manually removed them via ftp, the slider
   had blank white slides where photos used to be.
 * My list currently shows as empty, even tho I’ve uploaded images.
 * The site currently has a long url as I haven’t changed the dns on the domain 
   yet… [http://www.thenorthwoodgarage.com.php5-17.websitetestlink.com/](http://www.thenorthwoodgarage.com.php5-17.websitetestlink.com/)
 * [http://wordpress.org/extend/plugins/wp-cycle/](http://wordpress.org/extend/plugins/wp-cycle/)

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

 *  [wagonlips](https://wordpress.org/support/users/wagonlips/)
 * (@wagonlips)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-cycle-image-uploaded-doesnt-show/#post-1639620)
 * I am having a similar problem. Using the shortcode in a page [wp_cycle] truncates
   the image paths so that they look like this in the markup…
 *     ```
       <div id="rotator">
       <a href="#"><img src="/wp-content/uploads/2010/08/" width="395" height="202" class="20100826210544" alt="" /></a>
       <a href="#"><img src="/wp-content/uploads/2010/08/" width="395" height="202" class="20100826210611" alt="" /></a>
       <a href="#"><img src="/wp-content/uploads/2010/08/" width="395" height="202" class="20100826210654" alt="" /></a>
       </div>
       ```
   
 * Not sure why. But I wonder if the filenames also not showing up in the plugin’s
   upload screen is related.
 * Hmm… it looks like Erica got it working on her site. I wonder if she’ll come 
   back and share the fix.
 * Moments later… I noticed _wpnonce in the markup for the wp-cycle config page 
   and that made me think about the keys and salts. Turns out that, although I had
   copied the database from the live version of the site, I had neglected to also
   copy the wp-config.php files at the same time to my local dev server: different
   keys and salts. Copied the keys and salts from the live site to the local, and
   now it’s working!
 * Cheers!
 *  [wagonlips](https://wordpress.org/support/users/wagonlips/)
 * (@wagonlips)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-cycle-image-uploaded-doesnt-show/#post-1639621)
 * Although, I still see no image path or filename in the wp-cycle file upload screen.
   Confusing, but not a deal-breaker.
 *  [wagonlips](https://wordpress.org/support/users/wagonlips/)
 * (@wagonlips)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-cycle-image-uploaded-doesnt-show/#post-1639624)
 * Further investigation reveals…
    By simply printing out the contents of the wp_cycle_images
   array `print_r(get_option('wp_cycle_images'));` I discover that the thumbnails
   all come out looking like this: `[thumbnail] => Object id #189` which is why 
   the URLs are being truncated and why the image filenames aren’t showing up in
   the admin screen. Now I just need to figure out what is causing that and/or how
   to fix it.

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

The topic ‘[Plugin: WP-Cycle] Image Uploaded – Doesn't Show’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-cycle.svg)
 * [WP-Cycle](https://wordpress.org/plugins/wp-cycle/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-cycle/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-cycle/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-cycle/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-cycle/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-cycle/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [wagonlips](https://wordpress.org/support/users/wagonlips/)
 * Last activity: [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-cycle-image-uploaded-doesnt-show/#post-1639624)
 * Status: not resolved