pluginsGLPI/escalade

Problem in clear intallation V2.7.1

niloultimate opened this issue · 1 comments

I take problem in new in new intallation V2.7.1

In hook.php file, line 89, the last field is missing.

this field is mandatory, I set it to zero to solve.

Original line 89:
VALUES (NULL, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, '".Ticket::WAITING."')";

Change:
VALUES (NULL, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, '".Ticket::WAITING."', 0)";

Thanks for listening.

Example error:
image