If I try and add this product to the cart :
http://www.super-vits.com/Bach-Rescue-S ... -P808.aspx
I get an error (see attachement).
But I added this a while back:
<system.web>
<machineKey validationKey="6D33D8C9405FB87840FD92C2A641A77F20...."
decryptionKey="9BA8B26E39975FEE0" validation="SHA1" />
What is causing this?
Can I disable it (enableViewStateMac=false) for the product pages?
ViewStateMac error.
Re: ViewStateMac error.
I suspect the error is caused by the small <form> </form> in the middle of the product description.
Re: ViewStateMac error.
I added:
<pages theme="AbleCommerce" . . . enableViewStateMac="false">
and it still does it? ????
<pages theme="AbleCommerce" . . . enableViewStateMac="false">
and it still does it? ????
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: ViewStateMac error.
When I've seen those errors, it has been like Andy said- another form on the page.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: ViewStateMac error.
That will not help. The postback is completely mangled by the extra <form>...</form> tags in the middle of the product description. You will need to edit the product description and remove the extra form.Mike718NY wrote:I added:
<pages theme="AbleCommerce" . . . enableViewStateMac="false">
and it still does it? ????