Hello,
I'm trying to upload some pages to our Production server but get the following error:
Import contains a language update to page X which cannot be found
X is the page number. This message is repeated for each of the pages that I'm trying to upload.
Any idea why or how I can resolve this problem?
Thank you.
Kind regards,
Victor
I think I figured out what was happening.
I checked the database and found that there was a page that was null in the Name field. I corrected that and in worked fine. I used the following query:
SELECT *
FROM tblPage
ORDER by Name
From here I got the pkID of the page and accessed it to correct the problem.