• Resolved Alexander

    (@divelog)


    Hello wp-migration

    First i will tell you…very well and easy Plugin

    One Customer told me after the change from Domain and migrate the Website with your Plugin, he cannot upload Pictures in the Media Library.

    After searching little bit, i found that in the “Database – wp_posts” there are much entries with “ID=0”

    So i delete this all with “DELETE FROM wp_posts WHERE ID < 1″
    Then i set PrimaryKey to “ID”
    Then i set AUTO_INCREMENT to “ID”

    And the same i did in Tabel wp_postmeta

    this solved my error.

    Is it possible that your Plugin change/forgot that to set?

    If not i must search a other Plugin that did this Error

    Thanks for answer

Viewing 1 replies (of 1 total)
  • Plugin Author Yani

    (@yaniiliev)

    Most likely AUTO_INCREMENT was missing from the schema when the plugin exported the site. Add it on the exported site and try again.

Viewing 1 replies (of 1 total)
  • The topic ‘After change Domain and Migrate DB…missing AUTO_INCREMENT’ is closed to new replies.