I have installed emoncms locally (= my raspberry pi) using the following instructions: https://github.com/emoncms/emoncms/blob/master/docs/RaspberryPi/jessie.md
Then I have used the backup.php script (usefulscripts/backup/backup.php at master · emoncms/usefulscripts · GitHub) to migrate data from emoncms.org to my local emoncms installation.
When consulting my local Inputs and Feeds I see that they get updated as expected but I can not find any feed data. When I want to see some feed data by clicking on the eye I get an error like this:
Request error {“success”:false,“message”:“Error reading meta data feedid=106091”}
Note also that my /var/log/emoncms.log is filled with the following warnings:
2018-06-12 20:57:06.785|WARN|PHPFina.php|post() failed to fetch meta id=66025
2018-06-12 20:57:06.788|WARN|PHPFina.php|get_meta() meta file does not exist ‘/var/lib/phpfina/174527.meta’
2018-06-12 20:57:06.788|WARN|PHPFina.php|post() failed to fetch meta id=174527
2018-06-12 20:57:06.789|WARN|PHPFina.php|get_meta() meta file does not exist ‘/var/lib/phpfina/184672.meta’
2018-06-12 20:57:06.789|WARN|PHPFina.php|post() failed to fetch meta id=184672
2018-06-12 20:57:06.790|WARN|PHPFina.php|get_meta() meta file does not exist ‘/var/lib/phpfina/65412.meta’
2018-06-12 20:57:06.790|WARN|PHPFina.php|post() failed to fetch meta id=65412
I also see that folder /var/lib/phpfina is empty, so I guess that the backup.php didn’t do everything what it should do.
Maybe it is because I didn’t change $local_emoncms_userid in the backup.php script as I have no clue which id I should take.
So how can I fix this ?
Any help would be much appreciated.
Jan.