Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with post meta #141

Open
r007 opened this issue Aug 9, 2017 · 1 comment
Open

Issues with post meta #141

r007 opened this issue Aug 9, 2017 · 1 comment

Comments

@r007
Copy link

r007 commented Aug 9, 2017

Hi guys,

I faced several issues with post meta:

  1. These ACF keys are not being imported: "_upt_enable_title", "override_globals", "vivaco_sticky_logo", "vivaco_sticky_logo_retina". I checked XML file and it seems like they are references,
<wp:postmeta>
	<wp:meta_key><![CDATA[vivaco_sticky_logo]]></wp:meta_key>
        <wp:meta_value><![CDATA[]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
	<wp:meta_key><![CDATA[_vivaco_sticky_logo]]></wp:meta_key>
	<wp:meta_value><![CDATA[vivaco_sticky_logo]]></wp:meta_value>
</wp:postmeta>
  1. Temporary post meta key is left after import: _wxr_import_user_slug: 'admin'. It's not being deleted after import. Note: on my local host I don't have such user, I have only "r007". Also during import I see lots of "Could not find the author for *" messages.

Any ideas on how to fix that?

@carstingaxion
Copy link

Same. In my case it is _wxr_import_term what is saved to the post_meta table, which shouldn't happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants