View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Supportez nous sur Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - ticket reports problem - ProjeQtOr

Prochaines sessions de formation

Les prochaines formations et démonstrations sont ouvertes, inscrivez-vous rapidement !

 

Démonstration de ProjeQtOr

(gratuit, sur inscription)

Mardi 23 avril (10h30-12h)

Jeudi 16 mai (16h-17h30)

Jeudi 13 juin (10h30-12h)

 
 

Planifiez avec ProjeQtOr

3 et 4 avril (9h - 12h30)

 
 

Administrez avec ProjeQtOr

10 et 11 avril (9h - 12h30)

 

 

 
 

ticket reports problem

More
08 Jui 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 Connexion or Create an account to join the conversation.

More
08 Jui 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 Connexion or Create an account to join the conversation.

More
08 Jui 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 Connexion or Create an account to join the conversation.

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

Please Connexion or Create an account to join the conversation.

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

Please Connexion or Create an account to join the conversation.

More
08 Jui 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 Connexion or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.054 seconds

Paramétrages de cookies

×

Cookies fonctionnels

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

Veuillez vous connecter pour voir vos activités!

Autres cookies

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