Unable to activate "Office SharePoint Server Publishing"
"Office SharePoint Server Publishing
Create a Web page library as well as supporting libraries to create and publish pages based on page layouts. "
When I try to activate it, it ask
The Office SharePoint Server Standard Web application features feature must be activated at the web application level before this feature can be activated.
So I did followings...........
(run the following commands in command prompt)
First: stsadm -o installfeature -name PublishingTimerJobs
Second: stsadm.exe -o execadmsvcjobs
Finally: psconfig -cmd upgrade -wait -inplace b2b
Then I run the following commands and try activate feature again
stsadm -o activatefeature -name PublishingSite -url http://sitecollection/
stsadm -o activatefeature -name PublishingWeb -url http://sitecollection/site
Comments
Post a Comment