Skip to main content

Hi, i want to install the Grid-map Widget.

 

Widget …

 

is not installed, after klick to install - is installed :(

how can i reinstall/install the plugin ?

 

Thanks

 

 

 

Can you click on the Grid-map widget ?
If a pop-up comes up can you delete the plugin ?

 

Pascal


Hello,
 

This bug can happen on old Centreon platforms. In order to resolve it, find the Widget ID:

SELECT widget_model_id 
FROM widget_models
WHERE title='Grid-map';

 

Then update the fields:

UPDATE widget_models
SET url='./widgets/grid-map/index.php', directory='grid-map'
WHERE widget_model_id=<ID_WIDGET_MODEL>;

 


Reply