In Microsoft SharePoint Server 2010, the BlueBand master page is not supported in the Search Center site templates. When you upgrade your Search Center sites, if you decide to maintain the Office SharePoint Server 2007 look, when you try to access the site, the browser displays the following error message: An Unexpected Error Has Occurred.

This topic describes the cause of the error, and the steps to take to resolve it.

This error occurs because the BlueBand master page is missing the SPNavigation content placeholder used for additional page editing controls. This content placeholder is required for master pages to be compatible with SharePoint Server 2010. You can verify that this is the cause of the error by checking the Unified Logging Service (ULS) logs for the entry with the matching correlation identifier (ID).

To resolve the error, you must add the SPNavigation content placeholder to the BlueBand master page.

To add the SPNavigation content placeholder

  1. Open your site's Site Settings page by appending /_layouts/settings.aspx to the site's URL, as follows:

    http://ServerName/SiteName/_layouts/settings.aspx

  2. Locate BlueBand.master page in the master page gallery, select it, and then click Download a Copy.

  3. Open the downloaded file in an HTML editor such as Microsoft SharePoint Designer 2010, or in a text editor such as Notepad.

  4. Add the following code at the end of the customized layout page.

     
    <asp:ContentPlaceHolder ID="SPNavigation" runat="server">
    </asp:ContentPlaceHolder>
    Note

    This code can be added anywhere on the master page.

  5. After you add the missing SPNavigation content placeholder, upload the updated BlueBand.master file to your site. You can either replace the existing version of BlueBand.master with the updated version, or upload the updated version as a new master page.

http://msdn.microsoft.com/en-us/library/ff512790(v=office.14).aspx

最新文章

  1. VS2010以及vs10sp1安装问题
  2. 高介分类:核方法与支持向量机(SVM)
  3. 微信 小程序 drawImage wx.canvasToTempFilePath wx.saveFile 获取设备宽高 尺寸问题
  4. MySQL group_concat 1024 大小
  5. 《大话》之第三者家族 代理 Vs 中介者
  6. js之oop &lt;一&gt; 创建对象,构造器(class)
  7. Unity3D知识点
  8. MySQL5日期类型DATETIME和TIMESTAMP相关问题详解
  9. Python---十年语言之首
  10. 温故而知新之数据库的分离和附加&hellip;高手请跳过&hellip;.
  11. intellij idea 生成UUID
  12. hdu 2149 Public Sale 简单博弈
  13. 跟着刚哥梳理java知识点——多线程(十六)
  14. Angular 向组件传递模板的几种方法
  15. python-装饰器&amp;生成器&amp;迭代器&amp;推导式
  16. No bean named &#39;dataSource&#39; is defined
  17. spark之JDBC开发(连接数据库测试)
  18. nodejs websocket
  19. logging日志文件配置
  20. 服务容错保护断路器Hystrix之一:入门示例介绍(springcloud引入Hystrix的两种方式)

热门文章

  1. 转: 在线office的协作工具列表
  2. 抽奖随机算法的技术探讨与C#实现
  3. JAXL发送房间消息
  4. html中的一些标签学习
  5. 前端工作流程自动化——Grunt/Gulp 自动化
  6. JavaScript作用域(链)学习笔记
  7. 【转载】Deep Learning(深度学习)学习笔记整理
  8. template_20_实现智能指针
  9. PSP编程初探 Hello World
  10. matlab 直方图均衡化