Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mark 17 posts 88 karma points
    Apr 12, 2014 @ 01:42
    Mark
    0

    Umbraco 7.0.4 login white screen

    Hi

    I have been using umbraco 7.0.4 for the last few weeks with no problem on my development environment. today I was unable to login via the backend. every time  I put the right username and password I get a white screen with the below code. when I login on the live  environment, the login works fine .. I have a number of installations of umbraco 7.0.4 on my local dev environment . I was unable to log into any of them . I have not installed or updated anything on my operating system . I am using windows 7, restarted  WWW services  and I cleared my cache ... none of it helped  

     

    ____________________________________________________________________________________

    
    
    <!DOCTYPE html>
    
    <html lang="en">
    <head>
        <base href="/umbraco/" />
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="apple-mobile-web-app-capable" content="yes">
    
        <title ng-bind="$root.locationTitle">Umbraco</title>
        <link rel="stylesheet" href="assets/css/umbraco.css" />
        <link rel="stylesheet" href="../umbraco_client/tree/treeicons.css" />
    
    </head>
    <body ng-class="{touch:touchDevice}" ng-controller="Umbraco.MainController" id="umbracoMainPageBody">
        <div ng-hide="!authenticated" ng-cloak id="mainwrapper"  id="mainwrapper" class="clearfix" ng-click="closeDialogs($event)">
    
            <umb-navigation></umb-navigation>
    
            <section id="contentwrapper">
                <div id="contentcolumn" ng-view>
                </div>
            </section>
    
        </div>
    
        <umb-notifications></umb-notifications>
    
    
    
        <script type="text/javascript">
            var Umbraco = {};
            Umbraco.Sys = {};
            Umbraco.Sys.ServerVariables = {
                "umbracoUrls": {                
                    "authenticationApiBaseUrl": "/umbraco/backoffice/UmbracoApi/Authentication/",
                    "serverVarsJs": '/umbraco/ServerVariables'
                }
            };       
        </script>
    
    
        <script type="text/javascript" src="lib/yepnope/yepnope.min.js"></script>
        <script type="text/javascript" src="/umbraco/Application"></script>
    
    </body>
    </html>
    
    
  • Mark 17 posts 88 karma points
    Apr 12, 2014 @ 02:06
    Mark
    101

    Solved the problem by simply restarting my server 

  • Gísli Freyr Svavarsson 43 posts 126 karma points
    Dec 17, 2015 @ 09:01
    GĂ­sli Freyr Svavarsson
    0

    I had the same problem while working locally. I simply restarted the web in IIS and the it worked perfectly..

  • Luke Alderton 192 posts 509 karma points
    Jun 06, 2017 @ 09:13
    Luke Alderton
    0

    Did anyone find a permanent fix for this? I can't really tell my client, 'I have no idea, I just turned it off and on again and it worked.' ;'(

  • Fredrik Heidgert 9 posts 29 karma points
    Nov 18, 2017 @ 16:33
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies