Friday, January 31, 2014

Error while creating a site using template

When attempting to create a new site using a saved template, we get error related to a feature that is not activated. Error shows feature ID instead of feature name. Sample of error message is below:
"This site template requires that the feature { Feature ID } be activated in the site collection."
Correlation ID : <ID>


This happens when a publishing site is saved as template in publishing site and we try to create the site using that template in non-publishing site.

Activating below listed features may help you to fix this kind of issues in future.
 
Feature ID
Feature Name
a392da98-270b-4e85-9769-04c0fde267aa
PublishingPrerequisites
aebc918d-b20f-4a11-a1db-9ed84d79c87e
PublishingResources
89e0306d-453b-4ec5-8d68-42067cdbf98e
Navigation
d3f51be2-38a8-4e44-ba84-940d35be1566
PublishingLayouts
a942a218-fa43-4d11-9d85-c01e3e3a37cb
EnterpriseWikiLayouts
f6924d36-2fa8-4f0b-b16d-06b7250180fa
PublishingSite
 
Powershell: Enable-SPFeature –Identity <Feature ID> -URL <Site URL>

STSADM: stsadm.exe –o ActivateFeature –id <Feature ID> -url <Site URL>

No comments:

Post a Comment