Activating Publishing Features
I am trying to get the publishing features activated on my SharePointer server. I have followed the tutorial here... Enable Publishing Features. When I try to activate Office SharePoint Server Publishing Infrastructure I get this error..."Publishing sites and features cannot
be activated in the Central Administration Web Application."I
can't find anything that explains how I'm supposed to activate
publishing if this method doesn't work or what to do with this error.
Any help on this would be great. Thanks.
February 21st, 2007 10:43pm
Try activating them in the Site Collection of your portals instead of the Central Admin.
Free Windows Admin Tool Kit Click here and download it now
February 22nd, 2007 4:45am
Hi Guys,
I am new to MOSS 2007 and have the same problem as above. However i have tried both site and central admin 'site features' but cannot get the
Enable publishing features working. Other features are all working. Let me know if you have any tips for finding a solution.
Thanks
Yatindra
May 16th, 2007 1:02pm
I just had the same issue. I had to first activate the Office SharePoint Server Publishing Infrastructure in the site collection features and then activate the Office SharePoint Server Publishing in the site features.
Free Windows Admin Tool Kit Click here and download it now
May 16th, 2007 9:19pm
Also having same problem
need solution ASAP anyone got any ideas
May 22nd, 2007 5:15pm
I had this... you need to go to the Site Collection Features section of your Site Collection... I kept going to my site collection as myself instead of the administrator... when I'd go into Site Settings, I'd see Site features and try to use that... The Site Collection Features link wasn't there... when I logged into the Site Collection as the administrator account, the proper "Site Collection Features" link showed... then it worked...
Free Windows Admin Tool Kit Click here and download it now
June 13th, 2007 12:18am
When I attempt to turn on the Publishing infrastructure i get the Error:
One or more features must be turned before this feature can be activated. I tried turning them all on.. but still get the error.
May 19th, 2008 8:04pm
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;margin-bottom:.0001pt;font-size:11.0pt;font-family:'Calibri','sans-serif';}
a:link, span.MsoHyperlink
{color:blue;text-decoration:underline;text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;text-decoration:underline;text-underline:single;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
{margin-top:0cm;margin-right:0cm;margin-bottom:0cm;margin-left:36.0pt;margin-bottom:.0001pt;font-size:11.0pt;font-family:'Calibri','sans-serif';}
span.EmailStyle16
{font-family:'Calibri','sans-serif';color:windowtext;}
.MsoChpDefault
{;}
@page Section1
{size:612.0pt 792.0pt;margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
{page:Section1;}
ol
{margin-bottom:0cm;}
ul
{margin-bottom:0cm;}
I had the same issue while I were trying to activate Office SharePoint Server Publishing feature. Below are steps to get this issue resolved.a. Start->Run->cmd and navigate to C:\Program Files\Common Files\microsoft shared\Web Server Extensions\12\BINb. Run stsadm -o activatefeature -name PublishingWeb -url http://<website>/ - it will show dependencyDependency feature 'PublishingSite' (id: f6924d36-2fa8-4f0b-b16d-06b7250180fa) for feature 'PublishingWeb' (id: 94c94ca6-b32f-4da9-a9e3-1f3d343d7ecb) is not activated at this scope.c. Run stsadm -o activatefeature -name PublishingSite -url http:// <website>/ to activate dependency feature (PublishingSite) and make sure that it is activated i.e. expected output:Operation completed successfully.d. Run stsadm -o activatefeature -name PublishingWeb -url http://<website>/ to activate Office SharePoint Server Publishing feature and make sure that it is activated i.e. expected output:Operation completed successfully.You may have more turned off dependency features than I had, so just repeat point c. for each one. Hope this was helpful.
Free Windows Admin Tool Kit Click here and download it now
June 25th, 2008 10:16am
Thanks sergey, this post is useful
November 12th, 2009 4:59pm
I got the same error while "Activating" at Central Administration web application level.After the below scripts at site collection level, it completed without any issues.Run stsadm -o activatefeature -name PublishingSite -url http://<Site Collection website>/"Run stsadm -o activatefeature -name PublishingWeb -url http://<Site Collection website>/
Free Windows Admin Tool Kit Click here and download it now
December 9th, 2009 1:42pm
i also ran into the same problem.
solved it by going into IIS.
click properties of the web application you want to activate.
click "home directory" tab
at the bottom select central administration application pool
iireset in command prompt
activate the feature
go back and change application pool account back to the original under "home directory"
iireset in command prompt
that fixed the problem for me.
December 9th, 2009 2:46pm
Thanks Sergey, It did the trick.
Free Windows Admin Tool Kit Click here and download it now
November 13th, 2010 4:39am