After changing URL´s in database all content in muffinbuilder is gone

edited August 2016 in Theme support
Hello,

when i change the url´s in the database all content from muffinbuilder is gone. This is the third time this happends to me, and i can reproduce that on this installation.

Normally i work in this order
  1. Change Base URLs in WP-Config 
  2. Change URL´s in database
  3. Revolution Slider Urls & Muffin migrate tool for the last url´s
This is the script:
UPDATE wp_options SET option_value = replace(option_value, 'http://www.old-domain.com', 'http://www.new-domain.com') WHERE option_name = 'home' OR option_name = 'siteurl';
UPDATE wp_posts SET guid = replace(guid, 'http://www.old-domain.com', 'http://www.new-domain.com');
UPDATE wp_posts SET post_content = replace(post_content, 'http://www.old-domain.com', 'http://www.new-domain.com');
UPDATE wp_postmeta SET meta_value = replace(meta_value, 'http://www.old-domain.com', 'http://www.new-domain.com');

When i execute the script in the database all muffinbuilder content gets deletet, but i dont understand why.
BethemeVersion: 13.6
Betheme ChildVersion: 1.6
also Happened in Version: 14.1 and Version: 13.8

worked without any problems in Version: 14.0.1 ?!

Am i the only one with this problem ?
Is there a fix, or a better way to go for now ?

Thanks

Comments

Sign In or Register to comment.