Copied to clipboard

Flag this post as spam?

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


  • Mike Taylor 155 posts 353 karma points
    Sep 27, 2011 @ 16:56
    Mike Taylor
    0

    Sorting in UI (right-click > Sort) not working on production server

    On my local machine, sorting works fine, but in the UI on the production server, if I right-click and do a Sort, it's very quick, but the nodes aren't sorted. Also, if I then right-click and choose Sort again, the first two items in the list are both zero (ie sort orders are 0, 0, 3, 4, 5 etc).

    If I check my Exceptioneer logs, I'm getting a "Client authorization failed. User is not logged in." error with the following information:

    Url: http://{{{ my domain }}}/umbraco/webservices/TreeDataService.ashx?rnd=b362afb346624281a3d0b297167ffc6a&id=-1&contextMenu=true&isDialog=false&app=developer&rnd2=32.8
    Server: {{{ server name }}}
    User: {{{ IP address }}}

     

    Error Type: System.Exception
    Namespace: umbraco.presentation.webservices
    Class: TreeDataService
    Method: ProcessRequest
    Arguments: HttpContext context

    I think it sounds like a permissions thing (since the local version works fine), but I've checked the permissions on the umbraco/webservices folder, and they look good (IIS_USRS has full permissions).

    Anyone got any ideas?

    Cheers,

    Mike

  • Mike Taylor 155 posts 353 karma points
    Sep 27, 2011 @ 16:59
    Mike Taylor
    0

    Also, the trace looks like this:

    Trace at umbraco.presentation.webservices.TreeDataService.ProcessRequest(HttpContext context) 
    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() 
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
  • Mike Taylor 155 posts 353 karma points
    Sep 30, 2011 @ 11:46
    Mike Taylor
    0

    I think this may be a general authentication issue when calling web services ... I'd be very grateful if anyone could check my blog post here and see if they have any ideas... I'm pretty sure it's something really *duh* simple *headslap*, but I can't work it out.

    http://umbraco.miketaylor.eu/2011/09/30/help-authorisationauthentication-errors-in-event-logs-when-calling-webservices/

  • 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