Skip to main content
Solved

Error when I try to install new plugins

  • May 27, 2022
  • 2 replies
  • 1032 views

Forum|alt.badge.img+4

Hello, 

 

Since I Updated my Centreon platform in 22.04, when I try to install a new plugin pack (for example the new Protocol SFTP plugin) I receive the following error message : 

 

And if I check in /var/log/centreon/sql-error.log I can see this error : 

2022-05-27 16:44|0|0|SQLSTATE[42S02]: Base table or view not found: 1146 Table 'centreon.mod_ppm_plugins_installation' doesn't exist QUERY : INSERT INTO mod_ppm_plugins_installation (pluginpack_id, package_name, command, version) VALUES (:plugin_pack_id, :package_name, :command, :version), null
2022-05-27 16:44|centreon-pp-manager|0|Cannot save plugins requirements of Plugin Pack centreon-plugin-Applications-Protocol-Sftp

 

It seems the table centreon.mod_ppm_plugins_installation is missing. 

Any ideas why the table is missing ?

Should I create ite myself ?

 

Thanks in advance

Best answer by Kriko

Yo!

Is the plugin pack manager in the menu Administration > Extensions is up to date ?

2 replies

Forum|alt.badge.img+16
  • Steward **
  • Answer
  • May 30, 2022

Yo!

Is the plugin pack manager in the menu Administration > Extensions is up to date ?


Forum|alt.badge.img+4
  • Author
  • Steward **
  • May 30, 2022

Thanks @Kriko, I haven’t updated it since the migration from 21.10.6 to 22.04.

The problem is nom solved.