You are not logged in.
Pages: 1
Topic closed
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
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
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
Hum, i have no problem with these plugins..
You must install it from the Root entity
Xavier Caillaud
Blog GLPI Infotel
Offline
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
ok thanks for your reply.
So all is ok ?
Xavier Caillaud
Blog GLPI Infotel
Offline
Yes all ok.
Offline
cool. Thank for your reply
Xavier Caillaud
Blog GLPI Infotel
Offline
Pages: 1
Topic closed