Hello.
After hours worked do not understand why the wrench icon on the page of the input, I found this in the forum:
http://openenergymonitor.org/emon/node/5455
I too have the same problem but I know how to change the value at line 207 as suggested.
I'm working with version 36.0.1985.143 m Crome
Below I post a picture
Can anyone help me.
Thank you
Marcello.
Re: wrench does not work
Do you mean: "but I do not know how to change the value at line 207 as suggested." ?
If you are using emoncms.org, you cannot change this. You must have your own emonCMS.
You cannot use Chrome. You must use a text editor. Find the file "input_view.php", it is in Modules/input/Views. Go to line 207 (in the version I am looking at, it is line 204; and in yours, it appears to be line 260) and change that line to:
if (typeof i.processlist !== 'undefined' && i.processlist!="")
and save the file. If you cannot save the file, you might need to change its permissions.
Re: wrench does not work
Perfect I could, I change the line n ° 204, as you suggested, and everything works.
Thanks for your help.
Marcello.