Migration

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Support Forums Support (Legacy) Migration

This topic is: Resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2168

    san interactive
    Participant

    Hello. I have a problem after moving wordpress with pojo theme. I didn’t see a content. When I look at home page(for example) I see page without any rows.

    #2169

    Boaz
    Keymaster

    Hi,
    How did you do the migration?
    Did you make sure that in the data base all the paths were replaced with your new domain?

    Try to use this plugin to replace all the references to old domain with the new one.

    #2171

    san interactive
    Participant

    I install dump and use this script for database.
    UPDATE wp_options SET option_value = REPLACE(option_value, ‘http://test.site.com’, ‘http://newsite.com’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;
    UPDATE wp_posts SET post_content = REPLACE (post_content, ‘http://test.site.com’, ‘http://newsite.com’);
    UPDATE wp_postmeta SET meta_value = REPLACE (meta_value, ‘http://test.site.com’,’http://newsite.com’);

    #2172

    Boaz
    Keymaster

    Hi,
    Unfortunately, we can’t offer support in this issues, as it isn’t a product issue.

    I would try to consult with your host, or WordPress support.
    You may also find this guide helpful: https://www.smashingmagazine.com/2013/04/moving-wordpress-website/.

    #2173

    san interactive
    Participant

    TNX. I’m done

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘Support (Legacy)’ is closed to new topics and replies.