Copied to clipboard

Flag this post as spam?

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


  • Ivan 139 posts 302 karma points
    Mar 22, 2014 @ 22:19
    Ivan
    0

    Error login to backend panel

    Locally, Windows 7 Home Edition, Umbraco 7 works correctly and calling http://localhost/umbraco/backoffice/UmbracoApi/Authentication/GetCurrentUser i get the following data: 

    )]}',
    {"email":"[email protected]","locale":"en-GB","emailHash":"5ab892085cdb448c088633adfa9fd1fe","userType":"admin",
    "remainingAuthSeconds":1101.1718203,"allowedSections":["content","developer","media","member","settings","users"],"id":0,"name":"admin"}

    In this case, the view returns "remainingAuthSeconds":1101.1718203, so Umbraco 7 Backend works as expected but in Windows 2008 R2 production server it returns "SecondsUntilTimeout":1167.5208, instead of "remainningAuthSeconds" value.

    Could it be related to System date/time configuration? My server runs spanish OS version by default setting UTC+1 (Madrid).

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Mar 22, 2014 @ 22:38
    Jan Skovgaard
    0

    Hi Ivan

    What version of 7 have you installed? /Jan

  • Ivan 139 posts 302 karma points
    Mar 22, 2014 @ 22:51
    Ivan
    0

    Hi Jan,

    I am using Umbraco 7.0.4

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Mar 22, 2014 @ 22:53
    Jan Skovgaard
    0

    Hi Ivan

    Hmm, ok - how did you install?

    And could you perhaps try to install 7.1RC to see if you're getting the same error in that version?

    Are there any chance that you could try and change the server culture to see if that is the issue?

    /Jan

  • Ivan 139 posts 302 karma points
    Mar 22, 2014 @ 22:55
    Ivan
    0

    I have also noticed that i get "Culture" instead of "locale" and all variables are capitalized:

    )]}',
    {"Email":"[email protected]","Culture":"en-GB","EmailHash":"5ab892085cdb448c088633adfa9fd1fe","UserType":"admin","SecondsUntilTimeout":1185.8976,"AllowedSections":["content","developer","media","member","settings","users"],"UserId":0,"Name":"admin"}

    On my local PC with Windows 7 Home i have noticed that variables are not capitalized:

    )]}',
    {"email":"[email protected]","locale":"en-GB","emailHash":"9934d897efdea1b05c08329eee8e5c5c","userType":"admin","remainingAuthSeconds":1186.1562881,"allowedSections":["content","developer","media","member","settings","users"],"id":0,"name":"admin"}
  • Ivan 139 posts 302 karma points
    Mar 22, 2014 @ 22:58
    Ivan
    0

    I just made a clean installation on production server. My development server (local PC) is also configured in spanish.

    I will try with 7.1RC but i am afraid it's related to server configuration.

    I have other mvc apps working on production server and maybe changing culture can affect their performance due to date/time format.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Mar 22, 2014 @ 23:01
    Jan Skovgaard
    0

    Hi Ivan

    But have you tried to test if you get the same issues with Umbraco 7.1 RC?

    It seems to be a bug and you should of course report those at the issue tracker but maybe it's alreday fixed in 7.1

    /Jan

  • Ivan 139 posts 302 karma points
    Mar 22, 2014 @ 23:05
    Ivan
    0

    Ok, Jan. I will try with Umbraco 7.1 RC and report the 7.0.4 bug at the issue tracker.

    I will tell you if if I've been lucky or not.

    Thanks!

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Mar 22, 2014 @ 23:20
    Jan Skovgaard
    0

    Sounds good Ivan - Looking forward to learn about your progress :)

    Fingers crossed it's been fixed already.

    /Jan

  • Ivan 139 posts 302 karma points
    Mar 22, 2014 @ 23:20
    Ivan
    0

    No luck :-(

    Umbraco 7.1RC does not even get installed showing multiple errors since first screen:

    XHR finished loading: "http://developmentsite.com/install/api/GetSetup". angular.min.js:106

    TypeError: Cannot read property 'some' of undefined

        at _.some._.any (http://developmentsite.com/umbraco/lib/underscore/underscore.js:201:26)

        at Function._.find._.detect (http://developmentsite.com/umbraco/lib/underscore/underscore.js:152:5)

        at Object.service.findNextStep (http://developmentsite.com/umbraco/js/umbraco.installer.js:218:17)

        at http://developmentsite.com/umbraco/js/umbraco.installer.js:164:14

        at i (http://developmentsite.com/umbraco/lib/angular/1.1.5/angular.min.js:79:437)

        at i (http://developmentsite.com/umbraco/lib/angular/1.1.5/angular.min.js:79:437)

        at http://developmentsite.com/umbraco/lib/angular/1.1.5/angular.min.js:80:485

        at Object.e.$eval (http://developmentsite.com/umbraco/lib/angular/1.1.5/angular.min.js:92:272)

        at Object.e.$digest (http://developmentsite.com/umbraco/lib/angular/1.1.5/angular.min.js:90:142)

        at Object.e.$apply (http://developmentsite.com/umbraco/lib/angular/1.1.5/angular.min.js:92:431) 

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Mar 22, 2014 @ 23:53
    Jan Skovgaard
    0

    Hi Ivan

    Could you describe how your install progress is step-by-step?

    And what server, version of IIS and database are you using?

    /Jan

  • Ivan 139 posts 302 karma points
    Mar 23, 2014 @ 21:44
    Ivan
    0

    Hi Jan,

    My environment:

    Windows 2008 Server R2 SP1 (64 bits).
    IIS 7.5 .7600.16385
    .NET 4.5 Framework and MVC 4 installed.
    SQL Server 2008 R2 Express Edition (64 bits) - Version 10.50.4000.0
    WebsitePanel 2.0.0 for managing domain/websites
    OS Culture: Spanish (Spain) - Timezone Madrid UCT+1. 

    I am doing a manual installation. First at all, i create a new clean domain and website using Websitepanel, with ASP.NET 4.0 (Integrated) dedicated application pool.
    After that i create a clean 2008 DB and upload all files  from "UmbracoCms.7.0.4.zip" downloaded from: http://our.umbraco.org/ReleaseDownload?id=109719

    Then i set all read/write permissions following http://our.umbraco.org/wiki/reference/files-and-folders/permissions instructions (also setting Modify/Full control to "Add_Browsers", "Add_Plugins" and "Views"). Finally i go through whole installation process without errors and making a clean installation (no starter kits selected).

    No matter what browser i use Chrome, Firefox, Opera, Safari, IE, ... i always get the following error after login successfully:

    The user object is invalid, the remainingAuthSeconds is required. angular.min.js(63)

  • Ivan 139 posts 302 karma points
    Mar 23, 2014 @ 21:46
    Ivan
    0

    With previous Umbraco versions (4.X, 6.X) i never had any problem.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Mar 23, 2014 @ 21:49
    Jan Skovgaard
    100

    Hi Ivan

    It must be a bug that has been introduced in v7. Have you made a report on the issue? If so please link it in here so people who see this post can go directly to the tracker and vote it up and add their comments, which can hopefully help the core team to figure out what's happening.

    I'm sorry that the experience on installing the new and shiny v7 seems to be so hard. But the good thing is that now the core team has a chance to make sure this gets fixed before a final release depending on their schedule etc. etc.

    /Jan

  • Ivan 139 posts 302 karma points
    Mar 24, 2014 @ 10:53
    Ivan
    1

    Issue: U4-4509 

  • Ivan 139 posts 302 karma points
    Mar 24, 2014 @ 10:57
    Ivan
    0

    Thanks for your help Jan. I am looking forward to shift to Umbraco 7.

    Meanwhile i will keep using Umbraco 6.

     

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Mar 24, 2014 @ 11:07
    Jan Skovgaard
    0

    Hi Ivan

    You're very welcome. Sounds like a good plan for now - If the HQ figures this out you have helped the project too you know :)

    Thanks for reporting.

    /Jan

  • Ivan 139 posts 302 karma points
    May 08, 2014 @ 20:02
    Ivan
    0

    Version 7.1.1 solves the problem. Based on my personal experience, i find Umbraco 7 a bit unstable yet so i will keep using Umbraco 6 version for a while.

Please Sign in or register to post replies

Write your reply to:

Draft