Copied to clipboard

Flag this post as spam?

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


  • Sergio 73 posts 93 karma points
    Oct 10, 2011 @ 11:29
    Sergio
    0

    UmbDebugShowTrace not working

    Hello,

    Any idea about why UmbDebugShowTrace is not working?

    I have umbracoDebugMode set to true: (<add key="umbracoDebugMode" value="true" />) and the page appears with the blue boxes but no trace information.

  • Sergio 73 posts 93 karma points
    Oct 11, 2011 @ 18:23
    Sergio
    0

    No one has suffered this before?

    Our IIS is 6.0 (Windows Server 2003). In our production environment (IIS 7.0 and Windows Server 2008) it´s working with the same configuration.

  • Sivard 3 posts 24 karma points
    Nov 11, 2011 @ 11:10
    Sivard
    0

    hi sergio,

    i had the same problem. Turns out i had the trace attribute in default.aspx set to false.When i changed it to true, everything worked.

    <%@ Page language="c#" Codebehind="default.aspx.cs" AutoEventWireup="True" Inherits="umbraco.UmbracoDefault" trace="true" validateRequest="false" %>

    Greetz

    sivard

  • Sergio 73 posts 93 karma points
    Nov 11, 2011 @ 11:20
    Sergio
    0

    Hi Sivard,

    I didn´t change the default masterpage.

    Anyway if I try to activate the trace there I receive this error:


    Parser Error Message: Error parsing attribute 'trace': The 'trace' property is read-only and cannot be set.


  • Sivard 3 posts 24 karma points
    Nov 11, 2011 @ 11:49
    Sivard
    0

    hi sergio,

    The line above is not located in the default masterpage but in the root of your website there's a file called default.aspx. You can't edit this using the umbraco admintool.You'll need to edit this with notepad or some other texteditor.

    regards

    sivard

     

  • Sergio 73 posts 93 karma points
    Nov 11, 2011 @ 11:55
    Sergio
    0

    Great!!!

    That´s was the problem. Thanks a lot Sivard!

  • 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