In http://localhost/emoncms/input/view i can see a list of available input..
I need delete all the input coming from node 1.. for do this i have delete all the field in 'input' table via phpmyadmin...
Now i see again this input in input list, and cannot delete any reference for this input.
The information about input are write also in some other file ?
What i can do to fix my mistake ?
Emoncms Version low-write 9.1 | 2015.11.02
Thanks in advance,
Fabrizio.
Re: Question about input - [SOLVED]
..Ok.
i fix in this manner.
1- disable low-write mode and redis by emoncms ( in emoncms/settings.php )
2- rename ( ..or delete ) the redis cache file (..in /var/lib/redis/dump.rdb ).
3- re-enable redis by emoncms.
Now emoncms start to work correctly
Re: Question about input - [SOLVED]
Hi Fabrizo,
A little late now, but for future info, it's easier to use
sudo redis-cli FLUSHALL
Paul