Thursday, December 27, 2012

SharePoint Server Publishing Infrastructure activate error in sharepoint 2013 Resolution

if you activate publishing feature using Site settings it wont work. you will get following error

"SharePoint Server Publishing Infrastructure activate error in SharePoint 2013"

to resolve this you need to use PowerShell Scripts to Activate to the Site Collection and Site level.

Activate Site Collection Level
PS C:\Windows\system32> Enable-SPFeature -Identity PublishingSite -URL http://sitename/ -Force
Activate Site Level
PS C:\Windows\system32> Enable-SPFeature -Identity PublishingWeb -URL http://sitename -Force