Issue:
When i tried to create a page using Site actions in the site i get the following error
The site is not valid. The 'Pages' document library is missing
Resolution:
It was given that go to site features and activate "Office SharePoint Server Publishing Feature"
but it was already in actived!!!! so what to do now
I have managed to fix this. When you upgrade, the root site needs the site publishing feature deacitvating and reactivating.
Try running this:
stsadm -o deactivatefeature -name PublishingWeb -url https://UrlOfPublishingSite -force
iisreset
stsadm -o activatefeature -name PublishingWeb -url https://UrlOfPublishingSiteiisreset
Thats it!!!!!!!!!!
Subscribe to:
Post Comments (Atom)
SharePoint - Cannot convert a primitive value to the expected type 'Edm.Double'. See the inner exception for more details If y...
Ad
-
Types of Content Management in SharePoint Document Management Metadata Management Records Management Web Content Management Digit...
-
Difference between CLR,CTS and CLS in .Net CLR.... The Common Language Runtime (CLR) is the virtual machine component of Microsoft&...
-
SharePoint - Cannot convert a primitive value to the expected type 'Edm.Double'. See the inner exception for more details If y...
I'm getting the same error message on my meeting workspace, which is odd as meeting workspace does not have Pages library. That's why this approach does not work for me. When I try to do activatefeature from the shell, I get this message
ReplyDelete"Provisioning did not succeed. Details: Failed to create the 'Pages' library. Ori ginalException: The feature failed to activate because a list at 'Pages' already exists in this site. Delete or rename the list and try activating the feature again."
Any thoughts
Very Nice !!
ReplyDelete