Search My Techie Guy

Saturday, September 2, 2017

Cacti PHP Weathermap - Error! The Editor has not been enabled yet!

Summary: 

How to solve the cacti PHP weathermap error message;


When you try to click this Edito link, you get error message below

"The editor has not been enabled yet. You need to set ENABLED=true at the top of editor.php"


Problem or Goal: 


Cacti error message

Cause: 


Solution: 

1. Look for the file "editor.php"

[root@localhost ~]# find / -name editor.php
/var/www/html/plugins/weathermap/editor.php

2. Edit the file "editor.php" and set ENABLED=true

[root@localhost ~]#  
[root@localhost ~]# vi /var/www/html/plugins/weathermap/editor.php


Editor.php file

 Problem Solved?

Yes,



When you click the editor link, it now opens.




No comments: