[Corrigé 3.0.8] Problèmes stats tickets ouvert fermés

Installation & Configuration du logiciel
Répondre
yannickq
Gsup LEVEL 2
Messages : 44
Enregistré le : mer. 13 mars 2013 14:49

Bonjour,

Je viens d'effectuer la mise à jour 3.0.7,

je constate dans les premiers stats : "Evolution Tickets ouvert et fermés" un problème lorsque je choisis le filtre "Tous les mois" (avec ou sans autre filtre que celui-ci), le graphe ne semble pas se charger (div vide dans les sources de la page).

les seuls logs d'erreur apache que je constate :

Code : Tout sélectionner

PHP Notice:  Undefined variable: find2 in /var/www/stats/pie_states.php on line 41, referer: http://gestsup/index.php?page=stat
PHP Notice:  Undefined variable: find2 in /var/www/stats/pie_cat.php on line 43, referer: http://gestsup/index.php?page=stat
PHP Notice:  Undefined variable: find2 in /var/www/stats/pie_services.php on line 43, referer: http://gestsup/index.php?page=stat
PHP Notice:  Undefined variable: find2 in /var/www/stats/pie_states.php on line 41, referer: http://gestsup/index.php?page=stat
PHP Notice:  Undefined variable: find2 in /var/www/stats/pie_cat.php on line 43, referer: http://gestsup/index.php?page=stat
PHP Notice:  Undefined variable: find2 in /var/www/stats/pie_services.php on line 43, referer: http://gestsup/index.php?page=stat
Quand j'active le mode debug j'obtiens :

Code : Tout sélectionner

sql1: SELECT month(date_create) as x,count(*) as y FROM `tincidents` WHERE technician LIKE '%' and criticality like '%' and type LIKE '%' and date_create not like '0000-00-00 00:00:00' and date_create like '2014-%-%' AND disable='0' group by x 
sql2: SELECT month(date_res) as x,count(*) as y FROM `tincidents` WHERE technician LIKE '%' and criticality like '%' and type LIKE '%' and date_res not like '0000-00-00 00:00:00' and date_res like '2014-%-%' AND disable='0' group by x 
Array ( [0] => 154 [1] => 150 [2] => 101 ) 
[1,154],[2,150],[3,101]
Array ( [0] => 4 [1] => 23 [2] => 43 ) 
[1,4],[2,23],[3,43]
Auriez-vous une indication de recherche ?

merci

Gestsup 3.1.35 - OS: Linux Debian 8 Jessie x86_64, Apache: 2.4.10, MySQL: 5.5.55-0+deb8u1, PHP: 5.6.30-0+deb8u1
Avatar du membre
Flox
Administrateur du site
Messages : 9436
Enregistré le : jeu. 21 juin 2012 19:00

Bonjour,

merci de votre retour cette erreur est toute bête corrigé en 3.0.8, en attendant vous pouvez remplacer à la ligne 38 du fichier "./stat/line_ticket.php":

Code : Tout sélectionner

l'année
par

Code : Tout sélectionner

l\'année 
cdt
GestSup: 3.2.47 | Debian: 12 | Apache: 2.4.59 | MariaDB: 11.5.2 | PHP: 8.3.12 | https://doc.gestsup.fr/
yannickq
Gsup LEVEL 2
Messages : 44
Enregistré le : mer. 13 mars 2013 14:49

correction ok , merci pour votre retour rapide.

Gestsup 3.1.35 - OS: Linux Debian 8 Jessie x86_64, Apache: 2.4.10, MySQL: 5.5.55-0+deb8u1, PHP: 5.6.30-0+deb8u1
Répondre