Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what is missing? #20

Open
ibyssorucevap opened this issue Dec 25, 2019 · 1 comment
Open

what is missing? #20

ibyssorucevap opened this issue Dec 25, 2019 · 1 comment

Comments

@ibyssorucevap
Copy link

image

@agolks
Copy link

agolks commented Jun 5, 2020

i have forced the plugin to use the correctly installed jpgraph library by commenting code in pages/config_edit.php:

#if ( plugin_config_get( 'eczlibrary' ) != config_get( 'plugin_MantisGraph_eczlibrary' ) ) {
#  plugin_config_set( 'eczlibrary',  config_get('plugin_MantisGraph_eczlibrary') );
#}

#if ( plugin_config_get( 'jpgraph_path' ) != config_get( 'plugin_MantisGraph_jpgraph_path' ) ) {
#  plugin_config_set( 'jpgraph_path',  config_get('plugin_MantisGraph_jpgraph_path') );
#}

and in core/gantt_api.php

#if ( plugin_config_get( 'eczlibrary' ) != config_get( 'plugin_MantisGraph_eczlibrary' ) ) {
#  plugin_config_set( 'eczlibrary',  config_get('plugin_MantisGraph_eczlibrary') );
#}
#if ( plugin_config_get( 'jpgraph_path' ) != config_get( 'plugin_MantisGraph_jpgraph_path' ) ) {
#  plugin_config_set( 'jpgraph_path',  config_get('plugin_MantisGraph_jpgraph_path') );
#}

and having set the plugin_GanttChart_eczlibrary value to 0 in the configuration report page.
don't know whats wrong with the plugin, but now i see gantt charts ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants