简体   繁体   中英

Sitecore 8 error SPEAK error after upgrade

I just did a test upgrade on a Sitecore 7.5 site. The upgrade process went off without a hitch. I navigated to /sitecore and saw the fancy new 8 login screen. I entered my admin creds and was then presented with a .net error:

Could not get pipeline: speak.client.initialize.layout (domain: )

Line 17: </head>
Line 18: <body class="sc @bodyClass">
Line 19:   @Html.Sitecore().InitializeSpeakLayout()
Line 20:   <div class="sc-list">
Line 21:     @this.Html.Sitecore().Placeholder("Page.Internal.BeforeGrid")

The error is on Line 19

Any thoughts? Thanks.

Have you compared the DLLs in your bin directory to the zip of the web root from dev.sitecore.net? Are you missing any of the SPEAK DLLs?

These are the SPEAK DLL's i have in my Sitecore 8 site. Also as Kam said check your call all the SPEAK config files. Again compare against the zip of the web root you can get from dev.sitecore.net

语音DLL

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM