Page 1 of 1

PageRequestManagerParserErrorException - Checkout fails

Posted: Fri Aug 06, 2010 11:03 am
by peterstolz
My cart doesn't allow me to checkout or do anything involving AJAX in the admin dashboard. Trace is not enabled, no Response.Write, filters and all usual culprits. Default install. Spent half a day Googling this.
Works fine on local with dev license, doesn't work on hosting server. Any ideas? AbleCommerce 7.0.4 build 13424


Error: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.
Details: Error parsing near '
<!DOCTYPE html PUB'.
Source File: http://www.jailexchange.com/shop/Script ... ffd872316e
Line: 1021

I couldn't care less about all the AJAX stuff as long the cart works, it doesn't.

Re: PageRequestManagerParserErrorException - Checkout fails

Posted: Fri Aug 06, 2010 3:44 pm
by peterstolz
Decided to disable AJAX completely in all .master files
<ajax:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="false">