ALERTNOTAUTH with Fusion Gantt Chart and Joomla 1.7

fenixsz

New Member
Hello,

I have issues with Fusion Gantt Chart.

I have these fields:

  • Start date-
  • End date-
  • Label-
  • Hover-
When I attempt to open it I receive this error:

ALERTNOTAUTH
 
I've fixed the missing language string, but the main issue is that you haven't published your chart.

-Rob
 
ah sorry yeah the gannt chart was checking an old fabrik 2 property rather than the correct 3.0 property - should be fixed @github now

-Rob
 
Hello Rob,

Thanks for your work on such a wonderful component.

Here is another isssue after uploading latest github.


Code:
Warning: include(/project/components/com_fabrik/plugins/visualization/fusion_gantt_chart/lib/FCclass/FusionCharts_Gen.php) [[URL="http://project.tanev.eu/index.php/function.include"]function.include[/URL]]: failed to open stream: No such file or directory in /project/plugins/fabrik_visualization/fusion_gantt_chart/models/fusion_gantt_chart.php on line 23
 
Warning: include() [[URL="http://project.tanev.eu/index.php/function.include"]function.include[/URL]]: Failed opening '/project/components/com_fabrik/plugins/visualization/fusion_gantt_chart/lib/FCclass/FusionCharts_Gen.php' for inclusion (include_path='.:/usr/local/php5fcgi/lib/php') in /project/plugins/fabrik_visualization/fusion_gantt_chart/models/fusion_gantt_chart.php on line 23
 
Fatal error: Class 'FusionCharts' not found in project/plugins/fabrik_visualization/fusion_gantt_chart/models/fusion_gantt_chart.php on line 33
 
Saw that in fusion_gantt_chart.php:

on line 23. Php point to old directory, so changed it to:

PHP:
include(JPATH_SITE.DS.'plugins'.DS.'fabrik_visualization'.DS.'fusion_gantt_chart'.DS.'lib'.DS.'FCclass'.DS.'FusionCharts_Gen.php');
from
PHP:
  include(JPATH_SITE.DS.'components'.DS.'com_fabrik'.DS.'plugins'.DS.'fabrik_visualization'.DS.'fusion_gantt_chart'.DS.'lib'.DS.'FCclass'.DS.'FusionCharts_Gen.php');

And receive next error:

PHP:
Fatal error: Cannot redeclare class fabrikModelFusion_gantt_chart in /project/plugins/fabrik_visualization/fusion_gantt_chart/fusion_gantt_chart.php on line 170
 
Another error in Backend when I attemt to open my chart:

PHP:
Fatal error: Class 'plgFabrik_VisualizationFusion_gantt_chart' not found in /project/components/com_fabrik/models/pluginmanager.php on line 222

Same error is shown when I choose fusionchart or fusion_gantt_chart plugin while making new visualization.
 
ok ive had a go at fixing those errors - let me know if it now works for you

-Rob
 
seems like you have the swf files missing:

"NetworkError: 404 Category not found - http://project.tanev.eu/index.php/plugins/fabrik_visualization/fusion_gantt_chart/lib/FCCharts/FCF_Gantt.swf"
 
Intrestingly, this file was there, so what I foud is that I was with SEF url-s, but without URL rewriting. So when I turn on Url rewriting or turn of SEF, graphs are shown :).

But have other issues:

So, now I have gant chart with simple table, not with another one with db joins. It is not problem for me to convert it in MySQL view and run it from there.

http://project.tanev.eu/index.php?option=com_fabrik&view=visualization&id=2&Itemid=513

PHP:
Warning: Invalid argument supplied for foreach() in /home/avtoserv/public_html/project/plugins/fabrik_visualization/fusion_gantt_chart/models/fusion_gantt_chart.php on line 87

Another problem is that I don't know why, but bars are very short in case. I played a lot with Start and End dates:

http://project.tanev.eu/index.php?option=com_fabrik&view=visualization&id=1&Itemid=512
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top