You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2007-07-11 10:27:25

ElGranLoky
Member
From: Madrid
Registered: 2006-10-11
Posts: 17
Website

Problem with plugins install in glpi 0.7

I am having problems for the installation of the plugins in the version 0.7 of the glpi, install the plugin of network and the oreon in glpi (of correct form) and then for problems in the subdirectorío of plugins in the glpi I had to erase the subdirectories of the plugins.

Now I have turned them to coming out, using the today version of the plugins and of the glpi, and these two plugins me are working correctly, but when I try to install any other plugin the part of the installer is not executed and one does not believe the tables in the database, so providing that I try to accede to the plugin it says that I do not have permissions.

Offline

#2 2007-07-11 12:46:41

MoYo
GLPI - Lead
From: Poitiers
Registered: 2004-09-13
Posts: 14,513
Website

Re: Problem with plugins install in glpi 0.7

which plugin version do you test ?
I think that only svn versions works withe the 0.7 beta of GLPI.


MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI :    Support     Contribute     References     Freshmeat

Offline

#3 2007-07-11 12:58:06

ElGranLoky
Member
From: Madrid
Registered: 2006-10-11
Posts: 17
Website

Re: Problem with plugins install in glpi 0.7

I use the plugins tar of today, and glpi svn of yesterday.

Plugin tested, network, nmap, oreon, nagios. network and oreon works, but nmap and nagios don't load the tables in the database, and don't run properly the setup.

And i need change plugin_oreon.classes.php to work in line 52, like this:

        function DBoreon() {

                $plugin_oreon_config = new plugin_oreon_config;
                $plugin_oreon_config->getFromDB_db();

#               $this->dbhost = $plugin_oreon_config->fields["oreon_db_host"];
#               $this->dbuser = $plugin_oreon_config->fields["oreon_db_user"];
#               $this->dbpassword = $plugin_oreon_config->fields["oreon_db_passwd"];
#               $this->dbdefault = $plugin_oreon_config->fields["oreon_db_name"];
                $this->dbhost = "localhost";
                $this->dbuser = "oreon";
                $this->dbpassword = "xxxxxxxx";
                $this->dbdefault =  "oreon";
                $this->dbh = @mysql_connect($this->dbhost, $this->dbuser, $this->dbpassword) or $this->error = 1;
                @mysql_select_db($this->dbdefault) or $this->error = 1;

sorry i don't know how it don't work

Offline

#4 2007-07-12 23:35:04

tsmr
GLPI-DEV
From: Rennes
Registered: 2005-08-26
Posts: 11,632
Website

Re: Problem with plugins install in glpi 0.7

Hum, i have no problem with these plugins..

You must install it from the Root entity


Xavier Caillaud
Blog GLPI Infotel

Offline

#5 2007-07-16 14:46:40

ElGranLoky
Member
From: Madrid
Registered: 2006-10-11
Posts: 17
Website

Re: Problem with plugins install in glpi 0.7

At last.

The problem is i used to login with a user administrator but in one entity not the root entity and the pluging don't install.

For install the plugins the first time i need login with the glpi adminitrator, and all ok.

Offline

#6 2007-07-16 14:55:51

tsmr
GLPI-DEV
From: Rennes
Registered: 2005-08-26
Posts: 11,632
Website

Re: Problem with plugins install in glpi 0.7

ok thanks for your reply.

So all is ok ?


Xavier Caillaud
Blog GLPI Infotel

Offline

#7 2007-11-14 12:59:17

ElGranLoky
Member
From: Madrid
Registered: 2006-10-11
Posts: 17
Website

Re: Problem with plugins install in glpi 0.7

Yes all ok.

Offline

#8 2007-11-14 13:21:48

tsmr
GLPI-DEV
From: Rennes
Registered: 2005-08-26
Posts: 11,632
Website

Re: Problem with plugins install in glpi 0.7

cool. Thank for your reply


Xavier Caillaud
Blog GLPI Infotel

Offline

Board footer

Powered by FluxBB