classyllama / ClassyLlama_AvaTax

This extension has been deprecated in favor of https://github.com/avadev/Avalara-AvaTax-for-Magento2
Open Software License 3.0
23 stars 15 forks source link

Uncaught TypeError: require.exec is not a function #50

Closed Niranjan2016 closed 7 years ago

Niranjan2016 commented 7 years ago

Hi, I am facing this error. Following are the details when the error occurs on Magento 2.1.

  1. created a custom module page.
  2. removed every block from custom module page except content block.
  3. In other page wrote a $.get to pull the custom page via ajax.
  4. finally trying to add the result received from the $.get call to a div using $("#mydiv").html(result);
  5. And $("#mydiv").html(result); statement is where the error is occurring.(although the content gets added but due to error further processing halts)

screenshot from 2017-01-20 12 43 13

screenshot from 2017-01-20 12 42 43

can you verify pls? Thanks

erikhansen commented 7 years ago

@Niranjan2016 This Github project is for the ClassyLlama_AvaTax extension, not for Magento 2. Did you intend to create this issue on this page? https://github.com/magento/magento2/issues Closing this issue.