Bug SQL
Posté : ven. 4 nov. 2016 15:25
Bonjour , je viens de me rendre compte en rentrant de vacances qu'en me connectant à gestsup j'ai une remonté d'un bug ( mode debug activé ) et je ne c'est pas vraiment comment le résoudre
D'autres erreurs sont apparut sur d'autre page : creation de ticket
ainsi que dans la page système
Je suis en version php 5.6 , pourriez vous m'apporter votre aide ,? Merci
J'ai l'impression que depuis les bugs le système est beaucoup plus lent
Code : Tout sélectionner
SELECT DISTINCT tincidents.*
FROM tincidents, tstates WHERE tincidents.state=tstates.id AND tincidents.user LIKE '%' AND tincidents.u_group LIKE '%' AND tincidents.technician LIKE '65' AND tincidents.t_group LIKE '%' AND tincidents.techread LIKE '%' AND tincidents.disable='0' AND (tincidents.category LIKE '%') AND tincidents.subcat LIKE '%' AND tincidents.id LIKE '%' AND tincidents.user LIKE '%' AND tincidents.date_hope LIKE '%' AND tincidents.state LIKE '%' AND tincidents.priority LIKE '%' AND tincidents.criticality LIKE '%' AND tincidents.title LIKE '%%%' AND tincidents.date_create LIKE '%%' AND tincidents.date_res LIKE '%%'
ORDER BY tstates.number, tincidents.priority, tincidents.criticality, tincidents.date_create DESC
LIMIT 0, 14
Code : Tout sélectionner
save= post_modify= post_quit= post_mail= post_upload= post_send= post_action=
Code : Tout sélectionner
Notice: Undefined index: apache2handler in /home/lyceebouqe/support/system.php on line 78
Notice: Undefined offset: 1 in /home/lyceebouqe/support/system.php on line 78
Apache
J'ai l'impression que depuis les bugs le système est beaucoup plus lent