Page 1 sur 1

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

Posté : lun. 17 mars 2014 15:08
par yannickq
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

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

Posté : lun. 17 mars 2014 19:45
par Flox
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

Re: [3.0.7] Problèmes stats tickets ouvert fermés

Posté : mar. 18 mars 2014 09:27
par yannickq
correction ok , merci pour votre retour rapide.