Access Denied error when activating the Publishing Infrastructure features on a site collection
December 18, 2008 Leave a comment
When working with a client yesterday, rolling out a new site collection, we needed to activate the Office SharePoint Server Publishing Infrastructure feature on the site collection, as we needed the Summary Link Web Part, among others.
However, when activating this feature, we received an "Access Denied" error. Intriguing…
After a little research, I determined that the Publishing Resources were not activated at install time, thus giving us that error.
Never fear however, stsadm can ease your woes, just run the following command:
stsadm -o activatefeature -name PublishingResources -url http://site.collection.url
Then, go into the Site Collection Features, and activate the publishing resources, and you should be good to go!