Hello!
Ubuntu Server 14 x64:
I install emoncms. User can login.
But I can´t set up feed. I get the error:
"Feed could not be created, undefined"
I try also the backup tool, there I get:
Cannot open local meta data file: Does the phpfiwa folder exist?
PHPFIWA: 39778
Cannot open local meta data file: Does the phpfiwa folder exist?
PHPFIWA: 39779
Cannot open local meta data file: Does the phpfiwa folder exist?
PHPFIWA: 39828
Cannot open local meta data file: Does the phpfiwa folder exist?
PHPFINA: 39831
Cannot open local metadata file
Guess there is a problem with writing in the path.
I created:
sudo mkdir /var/lib/phpfiwa
sudo mkdir /var/lib/phpfina
sudo mkdir /var/lib/phptimeseries
Who can help?
Thank you!
Re: Cannot creat feed
OK, I set the folder to chmod 777 ... now it works!
But this is not really secure, right?
Which settings I has to use? I set up from the docs ... but this seems not correct?
Thank you!
Re: Cannot creat feed
Did you set the permissions when you created folders?
sudo chown www-data:root /var/lib/phpfiwa
sudo chown www-data:root /var/lib/phpfina
sudo chown www-data:root /var/lib/phptimeseries
It shouldn't be necessary to chmod from 755, /var/lib and the new data folders should all be 755.
Paul
Re: Cannot creat feed
Solved?