fusioninventory-for-glpi icon indicating copy to clipboard operation
fusioninventory-for-glpi copied to clipboard

compatibility with GLPI from 10.0.3

Open rafacss opened this issue 3 years ago • 26 comments

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?

rafacss avatar Jun 29 '22 13:06 rafacss

friday I think

ddurieux avatar Jun 29 '22 13:06 ddurieux

The same thing happens to me, it gives me problems in the version of glpi 10.0.2

orlandofdez avatar Jul 01 '22 17:07 orlandofdez

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.

rafacss avatar Jul 01 '22 17:07 rafacss

Eagerly waiting for it!

Alwaysin avatar Jul 06 '22 09:07 Alwaysin

Hello everyone Do you have a release date or is it already available for version 10.0.2?

hcelis33 avatar Jul 07 '22 17:07 hcelis33

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.

bidela avatar Jul 11 '22 00:07 bidela

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 !

romainl63 avatar Jul 11 '22 08:07 romainl63

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');

rafacss avatar Jul 11 '22 20:07 rafacss

It's not as simple as this :p

ddurieux avatar Jul 11 '22 21:07 ddurieux

An idea of the release for the new version ?

Christ125dd avatar Jul 13 '22 09:07 Christ125dd

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.

wytchmaster avatar Jul 13 '22 15:07 wytchmaster

Do we have news about this version ?

cropredy avatar Aug 04 '22 12:08 cropredy

Is there some beta version for GLPI 10.0.2 which works even anyhow? @wytchmaster mentioned something like this.

nsi-test avatar Aug 20 '22 09:08 nsi-test

Just clone the git repo and checkout the 10.0.2beta branch.

wytchmaster avatar Aug 21 '22 14:08 wytchmaster

Thank you very much @wytchmaster. I get some errors in php-errors.log, but it works!

nsi-test avatar Aug 22 '22 09:08 nsi-test

Hi, Still no idea for a release date ? Thank's

InformatiqueOLLN avatar Sep 12 '22 14:09 InformatiqueOLLN

Hi, Still no idea for a release date ? Thank's

Or maybe for just released 10.0.3? :-)

vollkommenIrrelevant avatar Sep 15 '22 09:09 vollkommenIrrelevant

10.0.3 is a major version, try to retest all this week end

ddurieux avatar Sep 15 '22 09:09 ddurieux

10.0.3 is a major version, try to retest all this week end

I know the problems, thank you!

vollkommenIrrelevant avatar Sep 15 '22 09:09 vollkommenIrrelevant

10.0.3 is a major version, try to retest all this week end

Did you had success?

vollkommenIrrelevant avatar Sep 19 '22 12:09 vollkommenIrrelevant

Hello @ddurieux, when do you plan to deploy the 10.0.3 compatible version of the agent ? Kelian

ksourdrille avatar Sep 20 '22 08:09 ksourdrille

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

ddurieux avatar Sep 21 '22 21:09 ddurieux

Hello, thank you for your feedback :)

ksourdrille avatar Sep 22 '22 07:09 ksourdrille

Hello @ddurieux any news on 10.0.3 release date ? Regards Cédric

Rico29 avatar Sep 28 '22 12:09 Rico29

Not have date for the moment, I'm on it

ddurieux avatar Sep 29 '22 04:09 ddurieux

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?

sdorion avatar Oct 05 '22 06:10 sdorion

Hi, Any news about version 10.0.3 release date?

meijin4 avatar Oct 10 '22 08:10 meijin4

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,

R1chou avatar Oct 11 '22 15:10 R1chou

https://github.com/fusioninventory/fusioninventory-for-glpi/issues/3357#issuecomment-1180125581

rafacss avatar Oct 11 '22 17:10 rafacss

[> Hi, Any news about version 10.0.3 release date?

](https://github.com/fusioninventory/fusioninventory-for-glpi/issues/3357#issuecomment-1180125581)

rafacss avatar Oct 11 '22 17:10 rafacss