SOLVED : ERROR feed could not be created, undefined

Hello all,

I just install a emoncms server V8.4.0 on a Linux Apache server (www.xyz.fr/emoncms)

The inputs are well received and displayed from the sensors through a raspberry base station.

When I try to create a process "log to feed", I am getting the dialog box

ERROR: feed could not be created, undefined.

The four data files have been created in /var/lib/emoncmsdata.
The permissions have been set to 777 for www-data:root.

(same problem if set to root:root).

Does anybody have an idea of what is going wrong ?

Thanks in advance for an help,

jc

SOLVED

To resolve this problem, the "emoncmsdata" directory containing the data files should be indicated in the "open_basedir" parameter of php.ini. Otherwise, PHP will not allow the script to fetch a file in this folder as it is outside the web space.

jc Tual's picture

Re: SOLVED : ERROR feed could not be created, undefined

SOLVED:

To resolve this problem, the "emoncmsdata" directory containing the data files should be indicated in the "open_basedir" parameter of php.ini. Otherwise, PHP will not allow the script to fetch a file in this folder as it is outside the web space.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.