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.
PageRequestManagerParserErrorException - Checkout fails
-
- Ensign (ENS)
- Posts: 5
- Joined: Sun Nov 22, 2009 7:56 pm
-
- Ensign (ENS)
- Posts: 5
- Joined: Sun Nov 22, 2009 7:56 pm
Re: PageRequestManagerParserErrorException - Checkout fails
Decided to disable AJAX completely in all .master files
<ajax:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="false">
<ajax:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="false">