Umbraco 8 Cloud Upgrade to Umbraco 10 - Cloud Logi...
# help-with-umbraco
w
Hello, I have cloned down an installation of Umbraco 10 from the cloud to my local machine and I am trying to log into the backend of the CMS but keep getting an internal server error. This is the error that I am getting. https://prnt.sc/MNM70jTql_XE The credentials used are correct, how do I sort this out? Is there a log file I can refer to? Thanks, Javed
Well that was strange, I've been trying since the morning to log into Umbraco Cloud on my local machine, and now it has decided that it wants to let me log in. I've checked the status page and there are no outages. I really don't know what the problem was. 😂 🤦‍♂️
Now I am getting this error; I swear I had this working on a local version Umbraco 10 before.
An error occurred during the compilation of a resource required to process this request. Please review the following specific error details and modify your source code appropriately. D:\code\www-principle-networks-com\src\UmbracoProject\Views\Partials\footerLinks.cshtml One or more compilation references may be missing. If you're seeing this in a published application, set **'CopyRefAssembliesToPublishDirectory' **to true in your project file to ensure files in the refs directory are published. The type or namespace name 'Link' could not be found (are you missing a using directive or an assembly reference?)
Numpty - I was missing the following using statement
@using Umbraco.Cms.Core.Models
Right, lunch and then back to working my way through these errors throughtout the site.
Is there a way to include the above using statement in the startup or whichever file it needs to go into so I don't need to keep referencing it?
Figured it out. all sorted 🙂 Now I can go and enjoy my yoghurt for lunch!