Set of features used in publishing sites and pages.
11
votes
2answers
654 views
What would cause a sharepoint publishing page to display a “Lorem ipsum”?
I've created a publishing page, placed a custom web part on in and published it. When I try to navigate to it I see this text instead of the content:
Page Content field value. Lorem ipsum dolor ...
4
votes
2answers
1k views
Removing Orphaned WebParts via PowerShell - CheckIn/CheckOut Requirement Loop
A client migrated from 2007 to 2010 doing a database detach/reattach without checking the database for orphaned objects first. I whipped up a PowerShell script to programmatically remove orphaned ...
3
votes
3answers
2k views
Activating Publishing Feature breaks because of custom Master?
This issue is related to this post.
I get an error message when the publishing feature is activated on sites of certain types. This means that I also get an error message when I create certain sites ...
2
votes
3answers
4k views
Activating and deactivating publishing feature breaks SP2010 wikis?
I have created an Enterprise Wiki site on SharePoint 2010.
I have added some pages to the wiki - that worked fine.
By default, it seems that an Enterprise Wiki has publishing turned off. If I ...
2
votes
2answers
711 views
Can't activate Publishing Feature
On some sites I get the following error when trying to activate the publishing feature.
Event log message was: 'Failed to initialize some site properties for Web at Url: 'http://intranet/social'. ...
1
vote
1answer
645 views
Check out a Page Layout to update programatically
In a FeatureActivated event, I am trying to update the associated content type for a Page Layout. I am running in to issues though with the associated ASPX page not being checked out. Here's my code:
...
1
vote
1answer
104 views
What's happending in the background when you Check-in/Publish
I can see a large file have been uploaded. Now I need to check-in/Publish. Why is it taking long time to check in since the file blob is already in the SP? Then it's finally times out.
Any idea?