Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrupted slides #54

Closed
chrisvanpatten opened this issue Feb 18, 2013 · 4 comments
Closed

Corrupted slides #54

chrisvanpatten opened this issue Feb 18, 2013 · 4 comments
Assignees
Labels

Comments

@chrisvanpatten
Copy link
Member

Via the WordPress.org support forums.

Nearly each time I edit a slide group, or more slides (most often one) will become "corrupted" and will disappear from the slide group.

Repro:
- Edit an existing slide group with 1 or more slides
- Add a new slide
- Select a photo, add title and description
- Associate new slide to post
- Save slide
- Select one of the existing slides, get an error "Sorry, unable to get that slide. Specified slide ID could not be found. It may have been already deleted"
- Click OK, the slide disappears
- Refresh the slide group page, the corrupted slide disappeared
@ghost ghost assigned PeterUpfold Feb 18, 2013
@jessedyck
Copy link

Thanks for porting this over.

Plugins installed

  • Askimet - Deactivated - 2.5.7
  • Blogger mage Importer - Active - 2.1
  • Blogger Importer - Active - 0.5
  • Categories to Tages Converter Importer - Active - 0.5
  • Featured Post with thumbnail - Active - 1.5.2
  • Hotfix - Deactive - 1.0
  • Jetback for Wordpress.com - Active - 2.1.2
  • Menu Exporter - Active - 1.0
  • Regenerate Thumbnails - Active - 2.2.4
  • Simple Social Icons - Active - 0.9.5
  • Total Slider - Active - 1.1.1
  • Widget Data - Setting Import/Export Plugin - Active - 1.1
  • WordPress Backup to Dropbox - Active - 1.4.4
  • WordPress Importer - Active - 0.6
  • WP Super Cache - Deactivated - 1.2

I also have a custom theme for TS that I build off based off of the documentation here; pretty straight forward, it was mainly just to change the image size.

I'm using a custom theme, built as a child theme of Genesis.

Let me know what else you need. Happy to provide any more details.

@PeterUpfold
Copy link
Member

Could you paste the contents of the total_slider_slides_* records in the wp_options database table? These contain the serialised data that repesent the slides as they are saved, and could help identify where Total Slider is getting confused.

You could use a tool like PHPMyAdmin to extract these records from that table, or just run this SQL command on your WordPress database and paste the result (assuming your table prefix is wp_, as it is by default):

select option_name, option_value from wp_options where option_name like 'total_slider%';

I'd like to eliminate any database weirdness before starting to hunt through for plugin incompatibilities, which, given the combinations of possibilities, could take time!

Which version of PHP are you running? If you have the time and the ability, is it possible to reproduce the issue on your server on a stock WordPress + Total Slider install, or does the issue only appear in this particular environment?

@jessedyck
Copy link

Seems like it's only in my environment. I built a stock install and it doesn't repro there. Same host; Dreamhost shared hosting. PHP version 5.3.13. I'll be building up the environment again, so if I find any particular plugin that causes it I'll be sure to report back.

total_slider_dataformat_version 1.1

total_slider_general_options
a:2:{s:23:"should_enqueue_template";s:1:"1";s:26:"should_show_tinymce_button";s:1:"1";}

total_slider_slides_february-features
a:1:{i:1;a:7:{s:2:"id";s:22:"51244381a87df522509743";s:5:"title";s:5:"rwar4";s:11:"description";s:4:"rera";s:10:"background";s:4:"3425";s:4:"link";i:2707;s:11:"title_pos_x";i:0;s:11:"title_pos_y";i:0;}}

total_slider_slide_groups
a:1:{i:0;O:17:"Total_Slide_Group":5:{s:4:"slug";s:17:"february-features";s:12:"originalSlug";s:17:"february-features";s:4:"name";s:17:"February Features";s:16:"templateLocation";s:5:"theme";s:8:"template";s:17:"thefigtree-slider";}}

@chrisvanpatten
Copy link
Member Author

I'm going to close this, as it relates closely to #47 in terms of data model problems/proposed fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants