• Resolved morris373

    (@morris373)


    Hi
    I exported my Demo WordPress website with all plugins but when I import it to elsewhere and one plugin’s tables are missing.

    The plugin displays multiple markers on Bing maps.

    Is there a reason why it won’t export or import this plugin’s tables?

    Thanks

    Morris

Viewing 6 replies - 1 through 6 (of 6 total)
  • Try contact that plugin developers and update your finding here, there could be a reason why that developer does non-standard way.

    Plugin Author Yani

    (@yaniiliev)

    The plugin will export only the tables prefixed with the wpdb prefix defined in wp-config.php
    WordPress allows multiple installations into the same database. Every plugin should prefix their tables with the prefix to support this.

    Thread Starter morris373

    (@morris373)

    Hi
    My demo website is part of a sub domain and when I installed WordPress it has prefixed the tables to 49_ and I never set that.

    So I need to find a way of changing them back to wp_ and hopefully that does mess my main website up.

    However, the same website I migrated is now on localhost and the tables are now prefixed to wp_ but the other plugins tables aren’t there…

    I have contacted the plugin developer of the other plugin 2 days ago and nothing recieved so far.

    Thanks for your help and pointing me in the right direction.

    Morris

    • This reply was modified 4 years, 2 months ago by morris373.
    Thread Starter morris373

    (@morris373)

    Hi
    I found a plugin that changed the prefix back to wp_ and the tables for that plugin are still not exported and imported.

    I needed to have a back up of the website on Localhost and it isn’t working.

    I then tried to set the other plugin back up and now that won’t work as it should.

    Cheers

    Morris

    Thread Starter morris373

    (@morris373)

    Hi
    I migrated the website to another subdomain, the tables prefix is now a1_ as it’s part of the same database and it works, so it looks like you can migrate the website to localhost but the plugin I was having problems with, it’s tables aren’t created or can be used.

    That will do.

    Morris

    Plugin Author Yani

    (@yaniiliev)

    Thanks for following up and telling about the solution.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Doesn’t export or import all tables’ is closed to new replies.