Copied to clipboard

Flag this post as spam?

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


  • Roger Withnell 128 posts 613 karma points
    Sep 01, 2015 @ 16:50
    Roger Withnell
    0

    MyDomain.com/umbraco gives a blank page

    The front office works fine but when I try to open the back office with MyDomain.com/Umbraco, I get a blank page; its source code is:

    <!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">
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="robots" content="noindex, nofollow">
    
        <title ng-bind="$root.locationTitle">Umbraco</title>
    
    
    
        <link href="/umbraco/assets/css/umbraco.css" type="text/css" rel="stylesheet"/><link href="/umbraco_client/tree/treeicons.css" type="text/css" rel="stylesheet"/>
    
    
    </head>
    <body ng-class="{touch:touchDevice,emptySection:emptySection}" 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?umb__rnd=ffffffffae83792a'
                },
                "application": {
                    "applicationPath" : "/"
                }
            };       
        </script>
    
    
        <script type="text/javascript" src="lib/rgrove-lazyload/lazyload.js"></script>
        <script type="text/javascript" src="/umbraco/Application?umb__rnd=ffffffffae83792a"></script>
    
    
    
    </body>
    </html>
    

    I must have messed something up! Any ideas what?

    Your help would be much appreciated.

    Thanking you in anticipation.

    Roger

  • Roger Withnell 128 posts 613 karma points
    Sep 03, 2015 @ 11:15
    Roger Withnell
    0

    On my development platform, Windows 8.1 and VS server, front office and back office work perfectly.

    I have now copied the files from this development platform to the production server, Windows 2008 R2 and IIS7. The front office works perfectly; when I go to MyDomain.com/Umbraco I get a blank page because there is a javascript error "angular is undefined" at line 6 on the file angular-ui-sortable.js.

    What am I doing wrong?

    Your help would be much appreciated.

    Thanking you in anticipation.

    Roger

  • Roger Withnell 128 posts 613 karma points
    Sep 04, 2015 @ 09:22
    Roger Withnell
    100

    I've fixed this problem.

    UrlScan is installed on my server. It didn't allow dots in a file path which stopped all access to the umbraco/lib/angular/1.1.5/ folder.

    See https://our.umbraco.org/forum/core/general/65375-Umbraco-back-office-white-screen for more information.

    I don't need UrlScan to monitor the Umbraco websites so I removed the UrlScan from them in ISAPI of IIS7.

Please Sign in or register to post replies

Write your reply to:

Draft