Yesterday I updated one of our sites from 7.6.3 to 7.7.6. and now I can't access anything other than content.
The sidebar in umbraco is empty and I keep getting a 500 response on two calls for GetSections() which are caused by a null reference exception on Sectioncontroller.
I have found similar issues here and here but the solutions don't seem to be working for me.
I have compared my application, trees and web config files with one of our sites that is currently running on 7.7.6 but couldn't find any differences that would cause this.
Section controller error after updating to 7.7.6
Yesterday I updated one of our sites from 7.6.3 to 7.7.6. and now I can't access anything other than content.
The sidebar in umbraco is empty and I keep getting a 500 response on two calls for GetSections() which are caused by a null reference exception on Sectioncontroller.
I have found similar issues here and here but the solutions don't seem to be working for me.
I have compared my application, trees and web config files with one of our sites that is currently running on 7.7.6 but couldn't find any differences that would cause this.
The application.config looks like this:
The trees.config looks like this:
Any ideas on how to fix this?
is working on a reply...