Project:FusionCharts
Version:6.x-1.x-dev
Component:FusionCharts core
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed (works as designed)

Issue Summary

* warning: include_once(sites/all/modules/charts/fusioncharts/matrix.inc) [function.include-once]: failed to open stream: No such file or directory in /mysite/drupal/sites/all/modules/fusioncharts/fusioncharts_node/fusioncharts_node.module on line 3.

here is my include path:
include_path = ".:/Applications/MAMP/bin/php5/lib/php"

I think it is going to charts instead of fusioncharts module like it is supposed to

Here is line 3 in fusionscharts_node.module

include_once(drupal_get_path('module', 'fusioncharts') .'/matrix.inc');

why is it calling charts module?

Comments

#1

It looks like a namspace colission (the charts module has a submodule called fusioncharts, the same name as my module). In the short term, you will need to disable either my module, or the fusioncharts module which comes with charts in order for the other to work.

#2

but your module is dependent on it.

I will revert back to the non-dev versions to see if it makes a difference.

#3

My module does not depend on Charts module. I suspect that you are only seeing one Fusioncharts module on the module install page, because of this conflict. I would go into sites/all/charts/fusioncharts (or wherever you put your modules) and rename fusioncharts.moulde to fusioncharts.off. This will disable the fusioncharts part of the charts module and allow my module to work.

I will talk with the people who manage the charts module and see if we can come to a long term resolution.

#4

Status:active» closed (works as designed)