Hello All,
I've updated my emoncms 8.3? version to 8.5 yesterday, to get rid of the date issues in the zoom browser. Although all the inputs seem live, their related feeds do not update. What I've done after symlinking emoncms_8.5 to /var/www/emoncms, is updating the database. I'm unsure how to debug this issue. I want to keep all previous data I've gathered.
Attached 2 screenshots after the upgrade. Input welcome how to debug this situation. Reboot did not solve anything.
Re: Feeds not updating after upgrade [Solved]
I presume that you've copied across the settings.php file from your previous install to your v8.5 folder.
Are any errors showing in your browser console?
...or the Emonhub log. (change logging to debug).
Paul
Re: Feeds not updating after upgrade [Solved]
No, I forgot to mention that. I've renamed the default settings file, and changed the mysql settings. Since logging in works, I expect those to be correct.
Re: Feeds not updating after upgrade [Solved]
I was thinking more about the data folder locations in settings.php
Paul
Re: Feeds not updating after upgrade [Solved]
Good point, although that should point to the symlinked location /var/www/emoncms. Let met check that when I get home.
Re: Feeds not updating after upgrade [Solved]
The data locations are available:
And there are feeds being updated in those directory's too. But some simple power to kwhd feeds are not being updated, although their single input works, and their power feed also updates.
Below an example of an simple power to kwhd that has no updating kwhd feed
Re: Feeds not updating after upgrade [Solved]
Found the issue by creating a new dummy input, and 2 feeds from that. After pushing some json via the browser, the returned error gave the correct clue;
It seems that after doing this upgrade, my timezone needed to be set to something else than 1 ;-)
All works ok now. Maybe something to put in the database update function?
Re: Feeds not updating after upgrade [Solved]
Glad it's sorted.
This error would have been listed in the emonhub log if checked (I speak from my own experience!!) and it's always worth a look when things are not working as expected.
Paul