|
|
 Rank: YAF Commander
Joined: 1/8/2008 Posts: 82
|
Hello, Whenever change tab page in the Administration panel the error message is being displayed below but after that it continues without problem and saves properly. Quote: Sys.WebForms.PageRequestManagerParserErrorException:The message received from the server could not be parsed. Common causes for this error are when the repsonse is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.
Details: Error parsing near 'ue,true,true,true]}|<div id="__asptrace".
Your help please.
|
|
|
 Rank: YAF Head Dude

Joined: 10/10/2004 Posts: 2,963 Location: Honolulu, HI
|
Turn the trace off in the web.config. It screws up the AJAX response. "When you are grateful, fear disappears and abundance appears”." 
|
|
|
Rank: Member
Joined: 7/30/2008 Posts: 10
|
I'm having this error, but I don't have trace turned on as far as I can tell. I am using this in a site with in a site. Here is my current config section where it talks about trace: <customErrors mode="Off" defaultRedirect="GenericErrorPage.htm"> <error statusCode="403" redirect="NoAccess.htm" /> <error statusCode="404" redirect="FileNotFound.htm" /> </customErrors>
|
|
|
Rank: Member
Joined: 7/30/2008 Posts: 10
|
This is interesting...when I debug the jscript I see the following address in the response variable:
"forum.aspx?g=admin_editboard"
The response text is a whole page....with my google ads and everything.
My guess is that this is supposed to be an ajax request of some sort but instead of only returning the part of the page needed to the script manager, the whole page is being returned.
Any guess on how to fix this?
|
|
|
Rank: Member
Joined: 7/30/2008 Posts: 10
|
Also of interest, the save of the new board was successful.
|
|
|
Rank: Member
Joined: 7/30/2008 Posts: 10
|
I had the following row missing from my httpModules list: <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
|
|
Rank: Advanced Member
Joined: 9/25/2004 Posts: 40
|
skilesare wrote:I'm having this error, but I don't have trace turned on as far as I can tell. I am using this in a site with in a site. Here is my current config section where it talks about trace: <customErrors mode="Off" defaultRedirect="GenericErrorPage.htm"> <error statusCode="403" redirect="NoAccess.htm" /> <error statusCode="404" redirect="FileNotFound.htm" /> </customErrors> Just FYI, tracing has a specific section that looks like this: Code: <trace requestLimit="100" enabled="true" traceMode="SortByTime" localOnly="true" mostRecent="true" pageOutput="false"/>
And it can also be set on the page. "Site within a site" sounds like something you should definitely expect to have to do some additional debugging with.  Check your entire web.config hierarchy.
|
|
|
| Users browsing this topic |
|
Guest
|
YAFPro Theme Created by Jaben Cargman (Tiny Gecko)Powered by YAF 1.9.3 RC2 |
YAF © 2003-2008, Yet Another Forum.NETThis page was generated in 0.122 seconds.