Upgrading to 7.4.1 Document Types Server error & Developer on page error
Hello,
I've been having a difficult time upgrading umbraco from 7.1.4 to 7.4.1. I've abandoned NuGet and decided to upgrade on a server manually, which has gotten me much further.
Two issues I hope you can help me with:
Document Types are duplicated in the back office. (Of course, one of which returning a Server error)
When I open the developer section, I'm getting a pop type error that just says 'error'
If you press F12 while your browser is open, you should open the developer console, check the 'Console' in here to see if an more detailed message has been left.
If not, check the server logs.
The logging in 7.4 has moved to ~\App_Data\Logs\ and contains the machine name in the filename, as follows:
UmbracoTraceLog.COMPUTERNAME.txt
This is the best location to get an idea about what happening.
Thanks for this tip. I also was experiencing 417 (Missing token) errors when loading the developer section after upgrading. So I missed one line in my Dashboard.config merge in the examine section that was causing this.
Upgrading to 7.4.1 Document Types Server error & Developer on page error
Hello,
I've been having a difficult time upgrading umbraco from 7.1.4 to 7.4.1. I've abandoned NuGet and decided to upgrade on a server manually, which has gotten me much further.
Two issues I hope you can help me with:
Document Types are duplicated in the back office. (Of course, one of which returning a Server error)
When I open the developer section, I'm getting a pop type error that just says 'error'
Thanks in advance for any help!
If you press F12 while your browser is open, you should open the developer console, check the 'Console' in here to see if an more detailed message has been left.
If not, check the server logs.
The logging in 7.4 has moved to ~\App_Data\Logs\ and contains the machine name in the filename, as follows:
This is the best location to get an idea about what happening.
/Chris
Thanks for the reply! here is what google chrome dev tools reveal on the Developer Page in the back office
I resolved my duplicate Document type folder by copying over the trees config rather than merging!
And to that end, resolved my Examine Management issue by copying over the Dashboard.config file rather than merging!
Thanks for this tip. I also was experiencing 417 (Missing token) errors when loading the developer section after upgrading. So I missed one line in my Dashboard.config merge in the examine section that was causing this.
Thanks,
Jamie
is working on a reply...