Hi haritha,
I have never used codeignitor. I downloaded it and tried myself. In my case, everything works normally. The trackfinance is displayed normally.
I just copied the trackfinance.php to a view, and then put the dependent files in the suitable position. In the trackfinance.php code, you can see it requires "../lib/FinanceChart.php", which in turn requires "../lib/phpchartdir.php". It also requires "cdjcv.js" and "getchart.php".
For your case, it seems the "getchart.php" is not being found. To solve the problem, please copy "getchart.php" to a suitable position (depending on your directory structure), or to modify code to provide the correct URL path to "getchart.php".
Hope this can help.
Regards
Peter Kwan |