This is not a simple Site Action | Site Settings | etc. question. It's way more comlicated.
After an accidental deletion of the root site WITH publishing enabled
, I created a new root site and tried to activate publishing on it (in the root). It failed with the error message pointing to SITE and WEB:
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 "
Web
The Site scoped feature being activated has a dependency on hidden
Site scoped feature
'FeatureDefinition/22a9ef51-737b-4ff2-9346-694633fe4416'
(ID: '22a9ef51-737b-4ff2-9346-694633fe4416').
Hidden features cannot be auto-activated across scopes.
There may be one or more visible Site scoped features that
auto-activate the dependent hidden feature."
OK, no panic!!! I think it was because the Publishing enabled was writtent somewhere in the guts of SP database
. No problem.
I ran the
PowerShel Disable-SPFeature Publishing -Url "http://myrootsite", then Enable-SPFeature Publishing -Url "http:/myrootsite"
.
Half is fixed: my Web portion of the error message is gone BUT the Site portion of the error message is still here preventing the publishing.
How can I disable "publishing on the "Site" level using the PowerShell and enable it again
.
I am kinda stack here :-(