In order to work on the site where I have EE4 installed, I have the live, plus staging and local development areas. I installed EE4 onto my staging environment, then using the WPMigrate Pro plugin, pulled this to my local environment.
As a result, on the Registration Form page in the backend of the site, I’m seeing three of every from field. So instead of seeing this:
First Name
Last Name
Email Address
City
etc.
I’m seeing this:
First Name
First Name
First Name
Last Name
Last Name
Last Name
Email Address
Email Address
Email Address
City
City
City
etc.
I can’t see how this has happened? Any suggestions? As these are all System Questions I can’t remove them.
Can you compare the esp_questions tables between the 3 sites? You may need to drop the table from your staging site, then import that table from the other site. There’s no need to run a migration script on that particular table because it doesn’t include domain or path names within serialized arrays (usually those only occurs within the options table).
Thanks Josh. Can I ask if the QST_ID is important? For example I can see I’ve got three tables for “First Name”, with QST_IDs of 1, 2 and 4. Does it matter which two I drop?
You can drop the wp_esp_question table on the site that has the duplicates, then you can export the wp_esp_question table from the site that doesn’t have duplicates, and import it into the site that needs it.
Viewing 5 reply threads
The support post ‘Duplicate content after migrating site (EE4)’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.