Statistics charts


https://forum.kartris.com/Topic3337.aspx
Print Topic | Close Window

By BORNXenon - Wed 10 Sep 2014
I've uploaded my store to the hosting providers server and now for some reason, the charts for the statistics are now not working.

If I change the pipeline mode of the site to Integrated rather than Classic, they work fine, however, in Integrated pipeline mode, the top section on the Product Info tab (Name, Description, Strapline, +SEO) no longer appear, worse than that, if I go to the product on the front end, all that is displayed is the title and nothing else.

The rest of the site appears to work correctly in Classic mode, however, the statistics charts don't work and I am left with a file not found image instead, see attached.

http://forum.kartris.com/Uploads/Images/5aa34e6d-717b-4237-8e83-bb3b.jpg
By BORNXenon - Wed 10 Sep 2014
Never mind, fixed the issue.

Decided that I needed to find out why Kartris wouldn't run in Integrated Pipeline Mode and after a bit of Googling and some trial and error, it appears that the following line is missing from the web.config file and is required...


<add name="AjaxToolkit" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />




The line of code above needs to go into the <system.webserver><handlers> section. Once added, everything appears to work as expected.


Strange that the line isn't required when running the site locally. Crazy
By Paul - Thu 11 Sep 2014
Curious, we always run both locally and on our live servers with integrated mode and not had this issue.