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
The property or field has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested. at Microsoft.SharePoint.Client.ListItem.GetFieldValue(String fieldName)
at PnP.Framework.Modernization.Transform.BasePageTransformator.StoreSourcePageInformationToKeep(ListItem sourcePage)
at PnP.Framework.Modernization.Transform.PageTransformator.Transform(PageTransformationInformation pageTransformationInformation)
This discussion was converted from issue #3577 on October 11, 2024 19:26.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Reporting an Issue or Missing Feature
We try to transform our classic blog pages into modern pages, as described in this article.
Expected behavior
That the classic blog pages are transformed into modern pages.
Actual behavior
When executing the command "ConvertTo-PnPPage" we receive an error message. Also without parameters we get the same error
ConvertTo-PnPPage -BlogPage -Identity "xxx" -Overwrite -TargetWebUrl https://xxx.sharepoint.com/sites/xxx -LogType File -LogVerbose -LogFolder "c:\temp" -KeepPageCreationModificationInformation -PostAsNews -SetAuthorInPageHeader -CopyPageMetadata
Modernization Summary Report
Critical Errors during transformation
16/11/2023 13:52:59 -
The property or field has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested. at Microsoft.SharePoint.Client.ListItem.GetFieldValue(String fieldName)
at PnP.Framework.Modernization.Transform.BasePageTransformator.StoreSourcePageInformationToKeep(ListItem sourcePage)
at PnP.Framework.Modernization.Transform.PageTransformator.Transform(PageTransformationInformation pageTransformationInformation)
Individual Page details
Transformation Details:
Page Transformation Settings
Transformation Operation Details
What is the version of the Cmdlet module you are running?
PnP PowerShell version 2.2.0
Which operating system/environment are you running PnP PowerShell on?
Beta Was this translation helpful? Give feedback.
All reactions