View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Support us on Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - ticket reports problem - ProjeQtOr
 
 

ticket reports problem

More
08 Jun 2012 13:53 #1 by ekolossov
I am getting errors for year reports:
Fatal error: Call to undefined function imageftbbox() in /var/www/localhost/htdocs/projectorria/external/pChart/pChart.class on line 556
Fatal error: Call to undefined function imageftbbox() in /var/www/localhost/htdocs/projectorria/external/pChart/pChart.class on line 1044
Regards,
Evgueni

Please Log in or Create an account to join the conversation.

More
08 Jun 2012 14:19 #2 by babynus
Replied by babynus on topic Re: ticket reports problem
What is the exact name of reports generating the anomaly ?

Babynus
Administrator of ProjeQtOr web site

Please Log in or Create an account to join the conversation.

More
08 Jun 2012 14:21 #3 by babynus
Replied by babynus on topic Re: ticket reports problem
Could you check this and report whether GD is installed on your server and in what version?

Babynus
Administrator of ProjeQtOr web site

Please Log in or Create an account to join the conversation.

More
08 Jun 2012 14:28 #4 by ekolossov
error 1: tickets->yearly report for tickets
error 2: tickets->report for opened tickets - yearly

Please Log in or Create an account to join the conversation.

More
08 Jun 2012 14:49 #5 by ekolossov
We have done complete GD install (2.460.0) and it still the same

Please Log in or Create an account to join the conversation.

More
08 Jun 2012 14:53 #6 by babynus
Replied by babynus on topic Re: ticket reports problem
Ok, this confirms that it concernes reports with graphs.
This must also be produced on the same "monthly" reports.

Two ways to fix :
1) Check you GD librairy, version installed and status of installation.
Graph generation uses pChart, and pChart requires the GD and FreeType PHP extensions to be installed on your web server. This is an important prerequiste that can't be overrided.

2) update /report/header.php, from line 32, from :
$graphEnabled=true;
if (! function_exists('ImagePng')) {
  $graphEnabled=false;
  errorLog("GD Library not enabled - impossible to draw charts");
}
to
$graphEnabled=true;
if (! function_exists('ImagePng')) {
  $graphEnabled=false;
  errorLog("GD Library not enabled - impossible to draw charts");
}
if (! function_exists('imageftbbox')) {
  $graphEnabled=false;
  errorLog("GD Library version incorrect or not correctly installed - impossible to draw charts");
}

Babynus
Administrator of ProjeQtOr web site
The following user(s) said Thank You: ekolossov

Please Log in or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.034 seconds

Cookies settings

×

Functional Cookies

Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.

Session

Please login to see yours activities!

Other cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.