Wednesday, October 22, 2014

Publishing Save/Close not working



Error
An unexpected error has occurred.
Correlation ID: e3c9c2a2-87b4-40d2-b283-a9ad0eb50541
Date and Time: 10/22/2014 8:44:07 PM

Go back to siteGo back to site

Solution Steps:

$web = get-spweb "http://servername/sites/sitename"
$correctId = $web.Lists["Pages"].ID
$web.AllProperties["__PagesListId"] = $correctId.ToString()
$web.Update()
$web.AllProperties["__PublishingFeatureActivated"] = "True"
$web.Update()

No comments: