Sorry if this sounds like a duplicate but, it kinda is and I thought I would have better luck someone seeing this.
We just did an upgrade of production 4.7 to 4.7.11. Everything went perfect with dev and stage. The site is running but when logging into the back office, all we get are the buttons on top and the loading spinner. Looking at dev tools there are 30 errors related to jquery not being defined. Also, the first error is
We discovered another very odd issue. After the upgrade our Examine search is throwing errors. I cannot even rebuild the collections in the backoffice as the Developer home tab throws an error.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: There is an error in XML document (1, 2).
Source Error:
Line 11: <providers>
Line 12: <add name="InternalIndexer"
Line 13: type="UmbracoExamine.UmbracoContentIndexer, UmbracoExamine"
Line 14: supportUnpublished="true"
Line 15: supportProtected="true"
Source File: C:\inetpub\wwwroot\config\ExamineSettings.config Line: 13
Ok, Examine issue resolved. We were running a newer version of Examine than provided with Umbraco. Copied the DLLs over and all good. Now, just have to figure out why production is choking on jquery injection while other servers are just fine.
Still looking for help. Is no one reading these posts? After rolling back to 4.7.0 on Wednesday, we reapplied the upgrade to 4.7.1.1 today and the same thing happens. The admin login appears. Login and get the buttons on top but the middle of the screen just shows a spinner all day.
jquery is not being loaded or injected. No 404 errors, just 30 errors about jquery.
Problem appears to be solved. A collection of JavaScript files was not being replaced during the upgrade process. The files were different and may have even been truncated. Copying from a known good install seems to have resolved the issue.
Admin stuck at progress bar after 4.7.1.1 upgrade
Sorry if this sounds like a duplicate but, it kinda is and I thought I would have better luck someone seeing this.
We just did an upgrade of production 4.7 to 4.7.11. Everything went perfect with dev and stage. The site is running but when logging into the back office, all we get are the buttons on top and the loading spinner. Looking at dev tools there are 30 errors related to jquery not being defined. Also, the first error is
Help!
We discovered another very odd issue. After the upgrade our Examine search is throwing errors. I cannot even rebuild the collections in the backoffice as the Developer home tab throws an error.
Ok, Examine issue resolved. We were running a newer version of Examine than provided with Umbraco. Copied the DLLs over and all good. Now, just have to figure out why production is choking on jquery injection while other servers are just fine.
Still looking for help. Is no one reading these posts? After rolling back to 4.7.0 on Wednesday, we reapplied the upgrade to 4.7.1.1 today and the same thing happens. The admin login appears. Login and get the buttons on top but the middle of the screen just shows a spinner all day.
jquery is not being loaded or injected. No 404 errors, just 30 errors about jquery.
Anyone???
Problem appears to be solved. A collection of JavaScript files was not being replaced during the upgrade process. The files were different and may have even been truncated. Copying from a known good install seems to have resolved the issue.
is working on a reply...