Dunum
(Derek Mansbridge)
7
For anyone who may suffer from the same problems I had…
- Emoncms input view shows non-editable inputs which are not present in the emoncms database…
Is emoncms storing database data outside of the database? Maybe a cache somewhere needs clearing?
…yes! When I executed sudo redis-cli FLUSHALL the “ghost” inputs disappeared.
2.Database error message when using phpMyadmin…
was browsing “input” table, clicked on a column header to re-order the table and got the message “Some errors have been detected on the server! Please look at the bottom of this window”
This seems to be a known problem with my version of phpMyadmin (4.6.6deb4+deb9u1). Fixable by masking the error, by adding a line to /etc/phpmyadmin/config.inc.php; or by upgrading phpMyadmin (and probably PHP). See https://stackoverflow.com/questions/27370372/phpmyadmin-pop-up-error-notice-keeps-appearing-when-clicking-on-columns-of-datab
I didn’t try either since I seldom use phpMyadmin.
Not sure what caused my original feedwriter problem but all seems ok now.
2 Likes