I'm trying to export all content from one Episerver 8 CMS website, and import it to another Episerver 8 CMS website, with some changes at PageType level.
Exporting data is ok, but when trying to import, I get the following error mensage:
Import has been canceled
The following errors have occurred:
[Importing content 251] Exception: Using SaveAction.Save + SaveAction.ForceCurrentVersion on published content is not allowed (ContentLink=251)
What does it mean? how can I locate the item that's provoking this error? how can I solve it???
Regards