You are not logged in.
Pages: 1
bonjour
j'ai eu cette erreur dans le plugin :
*** PHP Warning(2): include_once(xxx/plugins/statecheck/hookinclude.php): failed to open stream: No such file or directory
Backtrace :
plugins\dataflows\hook.php:707
plugins\dataflows\hook.php:707 include_once()
inc\plugin.class.php:1269 include_once()
inc\includes.php:123 Plugin::doHook()
ajax\notifications_ajax.php:3 include()
j'ai trouvé cela dans le code de hook
include_once(GLPI_ROOT . "/plugins/statecheck/hookinclude.php");
que j'ai remplac par
include_once(GLPI_ROOT . "/plugins/statecheck/hook.php");
cdlt
Herve
Offline
Pages: 1