GO Live with new URL

Posted in: Newspaper
Post count: 19

Hi, I’m migrating my site with Newspaper theme from dev to live, where it works with other URL, for example:
URL DEV: myportaldev.com.br
URL Live: myportal.com.br

But I find problems to update content inside pages made with tagdiv composer via MYSQL, because the content has strange code where a can’t select and update with sql commands. I can’t select all contents using my URL dev to update with new URL.

Could you help me?

Post count: 23312

Hello cezarsg,

Unfortunately, please notice this thing does not depend on our theme, sorry! I do not know how exactly you have done this migrating, sorry! As I can suggest you is to migrate again using the WP Duplicator plugin because this should work very good.

Thanks for your understanding!

Post count: 19

Hi, I Just used Duplicador, and everything was ok. Only content is beyond this plugin. People use SQL command to select and update all content insiste post and page. I cant because the content is Transformed by tagdiv conposer.l

Post count: 19

Catalin,
here is the content I try to explain:
https://www.screencast.com/t/CA5QJ0iDil

And here is the sql commands I need to execute but it don’t find anything:
UPDATE wp_options SET option_value = replace(option_value, ‘Existing URL’, ‘New URL’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;

UPDATE wp_posts SET post_content = replace(post_content, ‘Existing URL’, ‘New URL’);

UPDATE wp_postmeta SET meta_value = replace(meta_value,’Existing URL’,’New URL’);

UPDATE wp_usermeta SET meta_value = replace(meta_value, ‘Existing URL’,’New URL’);

UPDATE wp_links SET link_url = replace(link_url, ‘Existing URL’,’New URL’);

UPDATE wp_comments SET comment_content = replace(comment_content , ‘Existing URL’,’New URL’);

Post count: 23312

Hello cezarsg,

Please keep in mind that we cannot provide support for migrating your website, I’m sorry! This case is not covered by our support! If you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom work!

Thanks for the message!

Post count: 19

Catalin, I’m the developer who is trying to solve this problem. I’m trying to update content of my client site. The problem is Tagdiv Composer make some “processing” in content pages not letting it readable.
I dont’t need help to make the sql commands, because I know very well it. This commands I put here are very used actually to update posts or pages.
How could you help? It don’t need necessary by sql commands. If only solution is make manually, ok. I need to know, because I will think better before using Tagdiv Composer again.

Post count: 23312

Hello cezarsg,

Please notice that all the elements which are added with TD Composer are loaded into your database and you do not need to make another set for migrating this. It’s enough to make a full backup to your database…

Thanks for your understanding!

Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.