Xavier CAILLAUD

Results 64 comments of Xavier CAILLAUD

Please try with master version ? https://github.com/pluginsGLPI/ocsinventoryng/archive/refs/heads/master.zip

If one of you can test master version ? https://github.com/pluginsGLPI/ocsinventoryng/archive/refs/heads/master.zip

I think you must update setup too for test it

Can you try with last bug-fixes version ? https://github.com/pluginsGLPI/ocsinventoryng/archive/refs/heads/9.5/bugfixes.zip

It depends on your OCS version. What's your version ?

Yes you have the version defined on inc/ocsserver.class.php I had a fix. Can you try with last https://github.com/pluginsGLPI/ocsinventoryng/archive/refs/heads/9.5/bugfixes.zip

Hum..perhaps due to this condition https://github.com/pluginsGLPI/ocsinventoryng/blob/master/inc/device.class.php#L511

Please give us the source version of the plugin & the complete trace into sql-errors & php-errors

what is your `glpi_notificationtemplates` structure ?

In fact your table doesn't respect order of fields of GLPI table CREATE TABLE `glpi_notificationtemplates` ( `id` int unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `itemtype` varchar(100) NOT NULL,...