Hi,
I am testing this module on my site. I have installed ubercart. Every time I log in, immediately go to some product page and try to add product to cart - I get an error message - Validation error please contact site administrator.
Can anybody help?
thank you

Comments

johnnyguo’s picture

same problem here,

any suggests very appreciate.

znerol’s picture

This error occures when for some reason authcache.js fails to retrieve the CSRF form-token for the form. Please examine your page and check the following things:

  1. Open the JavaScript console of your browser and check whether there are any JavaScript errors on the page
  2. Open the Network inspector of your browser and check whether an Ajax request is sent mentioning form_token in the URL
  3. Check whether the form in question has a hidden element with the name form_token_id
znerol’s picture

Issue summary: View changes
Status: Active » Closed (outdated)