locked
No Page title after migration from WSS 3.0 to SharePoint Foundation 2013 RRS feed

  • Question

  • Dear community,

    I have migrated serval sitecollections from WSS 3.0 (SharePoint 2007) to SharePoint 2010 Foundation and then to SharePoint Foundation 2013.

    Now in SharePoint 2013 no page titles appears, but under the title "Homepage" appears. I'dont know where "Homepage" is come from. The title of the page is "Test". Changing the title has no effect. In SharePoint 2010 Foundation the page titles appears correctly.

    Does anyone have a solution for this problem?

    Thank you very much and best regards,
    Lucian


    • Edited by Lucian85 Monday, February 4, 2013 11:36 AM
    Monday, February 4, 2013 11:35 AM

Answers

  • I've found the solution :)

    The activating of the Websitefeature "Homepage der Wiki-Seite"  in English like "Homepage of the Wiki-Site" has solved the problem.

    • Proposed as answer by Miguel Fra Friday, February 8, 2013 5:24 PM
    • Marked as answer by Kelly Chen 2012 Thursday, February 28, 2013 9:13 AM
    Friday, February 8, 2013 4:05 PM

All replies

  • I compared the html code of the two sites.

    Migrated site:

    <h1 id="pageTitle" class="ms-core-pageTitle">
      <span id="DeltaPlaceHolderPageTitleInTitleArea">
    	
    		 <label class="ms-hidden">Test Title</label>
    
      </span>
      <div id="DeltaPlaceHolderPageDescription" class="ms-displayInlineBlock ms-normalWrap">
    	
    	<a href="javascript:;" id="ms-pageDescriptionDiv" style="display:none;">
    	  <span id="ms-pageDescriptionImage">&#160;</span>
    	</a>
    	<span class="ms-accessible" id="ms-pageDescription">
    	  
    	</span>
    	<script type="text/javascript">// <![CDATA[ 
    
    
    	  _spBodyOnLoadFunctionNames.push("setupPageDescriptionCallout");
    	// ]]>
    </script>
      
    </div>
    </h1>


    Standard site:

    <h1 id="pageTitle" class="ms-core-pageTitle">
      <span id="DeltaPlaceHolderPageTitleInTitleArea">
    	
    	  Test Title
    	
      </span>
      <div id="DeltaPlaceHolderPageDescription" class="ms-displayInlineBlock ms-normalWrap">
    	
    	<a href="javascript:;" id="ms-pageDescriptionDiv" style="display:none;">
    	  <span id="ms-pageDescriptionImage">&#160;</span>
    	</a>
    	<span class="ms-accessible" id="ms-pageDescription">
    	  
    	</span>
    	<script type="text/javascript">// <![CDATA[ 
    
    
    	  _spBodyOnLoadFunctionNames.push("setupPageDescriptionCallout");
    	// ]]>
    </script>
      
    </div>
    </h1>



    There is a .NET Code in the HTML Code of the migrated site:

    <label class="ms-hidden">Test Title</label>











    • Edited by Lucian85 Friday, February 8, 2013 10:42 AM
    Friday, February 8, 2013 10:12 AM
  • I've found the solution :)

    The activating of the Websitefeature "Homepage der Wiki-Seite"  in English like "Homepage of the Wiki-Site" has solved the problem.

    • Proposed as answer by Miguel Fra Friday, February 8, 2013 5:24 PM
    • Marked as answer by Kelly Chen 2012 Thursday, February 28, 2013 9:13 AM
    Friday, February 8, 2013 4:05 PM
  • Is there any way you could go into more detail on how to fix this issue. I am having the same problem and cannot find anywhere to activate "Homepage of the Wiki-Site". Any help would be greatly appreciated as this is a very annoying issue. 

    Thanks,

    Tuesday, June 11, 2013 9:00 PM
  • the feature should be there: https://[YourHost]/[YourSite]/_layouts/15/start.aspx#/_layouts/15/ManageFeatures.aspx or Site Settings -> Manage site features 

    Friday, June 21, 2013 5:47 PM
  • But activating that feature "erases" the home page of your site... Then you have a title, but a blank page.

    How do I get migrated sites to keep their home page and have a title like they did before?

    Thursday, August 14, 2014 8:55 PM