Can't find matrix.inc file

SocialNicheGuru - February 24, 2009 - 17:13
Project:FusionCharts
Version:6.x-1.x-dev
Component:FusionCharts core
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active
Description

* 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?

#1

aaron1234nz - February 25, 2009 - 19:26

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

SocialNicheGuru - February 27, 2009 - 15:06

but your module is dependent on it.

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

#3

aaron1234nz - February 27, 2009 - 23:26

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.

 
 

Drupal is a registered trademark of Dries Buytaert.