fusioninventory-for-glpi
fusioninventory-for-glpi copied to clipboard
compatibility with GLPI from 10.0.3
Dear all, I installed GLPI 10.0.3 (security fix patch version). Then I installed Fusion Inventory for GLPI 10 plugin, but could not enable it because it required GLPI = 10.0.1.
any fix predictions to work on GLPI 10.0.3?
friday I think
The same thing happens to me, it gives me problems in the version of glpi 10.0.2
The same thing happens to me, it gives me problems in the version of glpi 10.0.2
@ddurieux It is preparing a new version that will be compatible with glpi 10.0.2. The new version should be released in the next few days.
Eagerly waiting for it!
Hello everyone Do you have a release date or is it already available for version 10.0.2?
Hi Guys, I was also having the same problem when updating GLPI. I solved the problem by changing the following lines from the fusioninventory setup.php file
define ("PLUGIN_FUSIONINVENTORY_VERSION", "10.0.1+1.0"); // Minimum GLPI version, inclusive define('PLUGIN_FUSIONINVENTORY_GLPI_MIN_VERSION', '10.0.1'); // Maximum version of GLPI, exclusive define('PLUGIN_FUSIONINVENTORY_GLPI_MAX_VERSION', '10.0.2');
staying like this,
define ("PLUGIN_FUSIONINVENTORY_VERSION", "10.0.2"); // Minimum GLPI version, inclusive define('PLUGIN_FUSIONINVENTORY_GLPI_MIN_VERSION', '10.0.2'); // Maximum version of GLPI, exclusive define('PLUGIN_FUSIONINVENTORY_GLPI_MAX_VERSION', '10.0.3');
It was the solution I found until the plugin version for GLP 10.0.2 is officially released.
So far it's running without problems.
Hi Guys, I was also having the same problem when updating GLPI. I solved the problem by changing the following lines from the fusioninventory setup.php file
define ("PLUGIN_FUSIONINVENTORY_VERSION", "10.0.1+1.0"); // Minimum GLPI version, inclusive define('PLUGIN_FUSIONINVENTORY_GLPI_MIN_VERSION', '10.0.1'); // Maximum version of GLPI, exclusive define('PLUGIN_FUSIONINVENTORY_GLPI_MAX_VERSION', '10.0.2');
staying like this,
define ("PLUGIN_FUSIONINVENTORY_VERSION", "10.0.2"); // Minimum GLPI version, inclusive define('PLUGIN_FUSIONINVENTORY_GLPI_MIN_VERSION', '10.0.2'); // Maximum version of GLPI, exclusive define('PLUGIN_FUSIONINVENTORY_GLPI_MAX_VERSION', '10.0.3');
It was the solution I found until the plugin version for GLP 10.0.2 is officially released.
So far it's running without problems.
Hi, it works, thank you for this tip !
change only how min and max version lines solved for me, mine looked like this:
define ("PLUGIN_FUSIONINVENTORY_VERSION", "10.0.1+1.0"); // Minimal GLPI version, inclusive define('PLUGIN_FUSIONINVENTORY_GLPI_MIN_VERSION', '10.0.2'); // Maximum GLPI version, exclusive define('PLUGIN_FUSIONINVENTORY_GLPI_MAX_VERSION', '10.0.3');
It's not as simple as this :p
An idea of the release for the new version ?
Trying the beta of the 10.0.2 version (and also the "tweaked" version of 10.0.1) I have this error message:
*** php-errors.log ***
[2022-07-13 17:00:56] glpiphplog.WARNING: *** PHP Warning (2): Invalid argument supplied for foreach() in /opt/web//glpi/plugins/fusioninventory/inc/deploycommon.class.php at line 372
Backtrace :
plugins/fusioninventory/b/deploy/index.php:111 PluginFusioninventoryDeployCommon->run()
[2022-07-13 17:00:56] glpiphplog.WARNING: *** PHP Warning (2): count(): Parameter must be an array or an object that implements Countable in /opt/web/glpi/plugins/fusioninventory/inc/deploycommon.class.php at line 387
Backtrace :
plugins/fusioninventory/b/deploy/index.php:111 PluginFusioninventoryDeployCommon->run()
This is reproduceable on at least two different installations. Every try to deploy packages ends with a http code 403. Everything else seems to work.
Do we have news about this version ?
Is there some beta version for GLPI 10.0.2 which works even anyhow? @wytchmaster mentioned something like this.
Just clone the git repo and checkout the 10.0.2beta branch.
Thank you very much @wytchmaster. I get some errors in php-errors.log, but it works!
Hi, Still no idea for a release date ? Thank's
Hi, Still no idea for a release date ? Thank's
Or maybe for just released 10.0.3? :-)
10.0.3 is a major version, try to retest all this week end
10.0.3 is a major version, try to retest all this week end
I know the problems, thank you!
10.0.3 is a major version, try to retest all this week end
Did you had success?
Hello @ddurieux, when do you plan to deploy the 10.0.3 compatible version of the agent ? Kelian
Hi all, I worked on 10.0.2 (and after 10.0.3) and I have very many problems to fix before release (statis groups, seems very bad performances on inventory...). I will give more news in couple days
Hello, thank you for your feedback :)
Hello @ddurieux any news on 10.0.3 release date ? Regards Cédric
Not have date for the moment, I'm on it
So no version for 10.0.2. We have to upgrade to 10.0.3 to be able to use fusion... when it will be available?
Hi, Any news about version 10.0.3 release date?
Hello, Just updated glpi from 10.0.1 to 10.0.3 because of CVE warning. We need fusioninventory compatible with glpi 10.0.3
regards,
https://github.com/fusioninventory/fusioninventory-for-glpi/issues/3357#issuecomment-1180125581
[> Hi, Any news about version 10.0.3 release date?
](https://github.com/fusioninventory/fusioninventory-for-glpi/issues/3357#issuecomment-1180125581)