Viewing 1 replies (of 1 total)
  • Plugin Author Global Programming

    (@globalprogramming)

    hi Marcelo

    This happens when the server (looks like it’s an ajax request on the cart and those generally look for json output) cannot return the accepted output that the request is making.

    Please check with your host admin if you can dump the headers of the request to check that they are supported. If you can find the POST variables that request is performing (usually available in Chrome / Firefox debug console) then do the curl –data “param1=x&param2=y” -v <your url> to see if there are more details.

Viewing 1 replies (of 1 total)
  • The topic ‘ERRO 406 Not Acceptable’ is closed to new replies.