Data not updating in Single section editors

3 posts by 2 authors in: Forums > CMS Builder
Last Post: January 6, 2016   (RSS)

By ross - January 5, 2016 - edited: January 5, 2016

Hi Matt

I am not sure what could be causing that.

What I'll get you to do is send in a second level support request so we can take a closer look:

https://www.interactivetools.com/support/email_support_form.php

If you could put a link to this forum post in the comments, I can update this thread once we figure out the issue.

Thanks!

-----------------------------------------------------------
Cheers,
Ross Fairbairn - Consulting
consulting@interactivetools.com

Hire me! Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/

By ross - January 6, 2016

Hi everyone.

Matt and I got this one figured out and this post is and update for anyone else following along.

The issue we ran into is that the MySQL server for Matt's site had its auto_increment settings set at 2:

auto_increment_increment  => 2
auto_increment_offset => 2

Both these values need to be set to 1.  If you run into this issue, contact your host and ask them to make sure both these settings are "1".  

Note: you want to make sure the setting is made at the server level instead of just updating a table manually.  This way, all tables are created with the correct setting instead of you manually needing to update them individually.

Let me know any questions.

Thanks!

-----------------------------------------------------------
Cheers,
Ross Fairbairn - Consulting
consulting@interactivetools.com

Hire me! Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/