• Resolved nikesg

    (@nikesg)


    I created more than 800 tabs, but after changing the domain name and exporting and importing the entire site database, all tabs disappeared. In phpmyadmin I found that they are still there, but they are not attached to any product and are not visible in admin.
    How can i restore them?

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you’d like to see what tabs are actually being applied you can look at PhpMyAdmin under wp_options. Search for yikes_woo_reusable_products_tabs_applied as this is the list of tabs that are actually being applied to your products. Be careful not to modify this directly in your phpMyAdmin because it is serialized data and could be corrupted if you edit it directly.

    What I usually do when I’m looking at these is copy out all the data and then paste it into https://www.unserialize.me/ so its easier to read. You’ll be able to see what tabs are being applied to which post ID.

    My best guess is that your product ID’s might have changed somehow during the migration. How did you do the migration of data did you use a plugin or did you export the data from phpMyAdmin?

    – Freddie

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    Hello @nikesg ,

    Just checking in.

    Please let us know if you still need help with this issue.

    Thank you!
    -Tracy

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    Hello @nikesg

    We haven’t heard back from you in a while so I am going to close out this ticket.

    If you need more help, please reopen it and we will be happy to help you.

    Thank you!
    -Tracy

    Hello,

    i have the same problem.
    Copied all files (FTP and MySQL) to the new server (new Domain).
    All tabs are lost. If i copy the serialized data to the new database, that will be delete with a refresh of the wp admin.

    What can i do to import them correctly?

    kind regards

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘All tabs missing after domain change’ is closed to new replies.