AndyButler

Installing On A Webserver

Recommended Posts

Hi,

 

I bought the personal addition for a demo we were doing and i got things working on our development machine no problem (64bit windows 8 visual studio 2005.) But when i try and rollout to the web server for the demo it doesnt work it says the javascript can't be found message undefined . Am i doing something wrong the web server is 2008 64bit iis 8 ?

 

 

The page just says chart. on it i have the path to javascript set up correct.<SCRIPT type="text/javascript" src="../FusionCharts/FusionCharts.js"></SCRIPT>

 

 

Please help

 

thanks

 

 

Andy

Edited by AndyButler

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Any of these listed reasons can cause this error to occur:

 

> You have not set correct path of FusionCharts.js in your code

> The page contains JavaScript error

> If you are setting the data as XML/JSON String, you might be including new-line characters in the XML/JSON string. New line characters in XML/JSON string cause JavaScript error.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now