contentTreeController is not defined error with Debug="false"
Hi.
We are using uCommerce 6.0.1.14120 on Umbraco 6.1.6.
In the Commerce section, when I choose a product from some catergory in the catalog tree, and select a Categories tab, the Categories selection treeview doesn't appear therefore preventing us from saving any changes to the product.
We've discovered this is due to the debug="false" setting in web.config of our main project. This causes content minification that doesn't work quite right in uCommerce 6.
Here is an excat client-side error:
When we set debug="true" the problem dissapears.
Please assist how to use uCommerce admin pages with debug=false.
contentTreeController is not defined error with Debug="false"
Hi.
We are using uCommerce 6.0.1.14120 on Umbraco 6.1.6.
In the Commerce section, when I choose a product from some catergory in the catalog tree, and select a Categories tab, the Categories selection treeview doesn't appear therefore preventing us from saving any changes to the product.
We've discovered this is due to the debug="false" setting in web.config of our main project. This causes content minification that doesn't work quite right in uCommerce 6.
Here is an excat client-side error:
When we set debug="true" the problem dissapears.
Please assist how to use uCommerce admin pages with debug=false.
Regards,
Max
Could you try and clear out the ~/App_Data/ClientDependency folder and see if it works with debug=false?
is working on a reply...