Problem) Cannot find NAVIGATION under Site Settings Sharepoint 2013 .
Solution)
enable the "Site Publishing features" using Site Settings -> Site Actions -> Manage site Features
if there is an error ?
like this
"Site
Solution)
enable the "Site Publishing features" using Site Settings -> Site Actions -> Manage site Features
if there is an error ?
like this
"Site
The feature being activated is a Site scoped feature which has a dependency on a Site Collection scoped feature which has not been activated. Please activate the following feature before trying again: SharePoint Server Publishing Infrastructure f6924d36-2fa8-4f0b-b16d-06b7250180fa "
Then
To resolve the above error, first we need to enable "publising feaures" using "Site Actions" > "Site Settings". On the Site Settings page in the Site Collection Administration column choose Site Collection Feature.
Goto site
Site Settings-->
Site Collection Administration---->
Site collection features------>
"Activate "
SharePoint Server Publishing Infrastructure.
This will enable your navigation under LOOK AND FEEL under Sharepoint 2013 site settings.
POWERSHELL
STSADM.EXE -o activatefeature -id f6924d36-2fa8-4f0b-b16d-06b7250180fa -url "SiteURLHere" -force
POWERSHELL
STSADM.EXE -o activatefeature -id f6924d36-2fa8-4f0b-b16d-06b7250180fa -url "SiteURLHere" -force
Comments
Post a Comment