After changing URL´s in database all content in muffinbuilder is gone
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
- Change Base URLs in WP-Config
- Change URL´s in database
- 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
please send us dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason. Please don’t forget to attach link to current topic so we know what for the access is.