Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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.
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.
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
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.
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
Great!!!
That´s was the problem. Thanks a lot Sivard!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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.
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.
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
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.
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
Great!!!
That´s was the problem. Thanks a lot Sivard!
is working on a reply...