You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<br />
<b>Warning</b>: Undefined array key "value" in <b>/wordpress/wp-content/plugins/data-liberation/src/import/WP_Entity_Importer.php</b> on line <b>1081</b><br />
<br />
<b>Warning</b>: Undefined array key "key" in <b>/wordpress/wp-content/plugins/data-liberation/src/import/WP_Entity_Importer.php</b> on line <b>1082</b><br />
About to fix it here: #2030. Changing the key names is enough.
The text was updated successfully, but these errors were encountered:
A
<wp:commentmeta>
fields are loaded askey
/value
here. The real name ismeta_key
/meta_value
. See the WordPress core importer unit tests data here: https://github.com/WordPress/wordpress-importer/blob/master/phpunit/data/test-serialized-comment-meta.xml#L74-L75About to fix it here: #2030. Changing the key names is enough.
The text was updated successfully, but these errors were encountered: