Hello, we are having issues with the new upgrade. Most notably the following two issues.
1. Login button is semi-missing, if you click where it is supposed to appear 3-4 times the text "Login" appears and triggers the click
2. Edit page. which makes it near impossible to make any changes because text disappears on hover along with invisible "Update" buttons. Most checkboxes do not appear, and the Dropdownlists are empty.
We believe the issue is that it cannot find the default.css file. When viewing a page through Firebug we see "https://{site}/Resources/Shared/stylesheets/dnndefault/7.0.0/default.css?cdv=220" 404 Not Found error. We have upgraded the skin to a DNN 8 compatible version. We have double checked that the skins in the HostSettings and SiteSettings actually reference existing skins and containers.
The "cdv" seems to be the dnn version since it seems to match the field "CrmVersion" in the HostSettings table. So wondering if there is some version mismatch. I tried to copy the default.css from the upgrade zip directly over it but that did not work either.
Also it looks like if i rename the file "\Resources\Shared\stylesheets\dnndefault\8.0.0\default.css" Firebug does not throw any errors so it seems this installation does not even look for the 8.0 file.
Note that this is an issue in 8.00.00 and 8.00.01. I upgraded to the .01 in the hope that it would fix it but no joy.
So. How do I get this to work?
Thanks.