No data feed on linux hosting server

 Hi, now I installed the emoncms on my private page (http://uebelmanna.de/emoncms) , but there are some things different to my emoncms.org account.

On the input side, the values are looking correct, but the time from the last update is always negative and not changing  (-206s ago).

I tried to add an process on the inputs, but  I also get a failure, see picture.

Now I checked the permissions on the folders (emoncms and emoncmsdata) but they are not protected.

Today I called my webhoster and he told me, that the mod_rewrite is on, but I'm not sure if it is correct.

What can I do?

 

 

 

TrystanLea's picture

Re: No data feed on linux hosting server

Hello Christian, did you create the PHPFina, PHPFiwa and PHPTimeSeries folders inside the emoncmsdata folder? and do you have the same permissions on these

the negative time is likely to be down to a time difference between your browser and the server as they need to be in sync for it to show the correct time.

ChristianB's picture

Re: No data feed on linux hosting server

Hi Trystan,
yes I  created that three folder inside of emoncmsdata. You can see the created structure here:

uebelmanna.de / httpdocs / emoncms /
                                           /emoncmsdata /
                                                                    / phpfiwa
                                                                    / phpfina
                                                                    / phptimeseries

I checked the permission from each t folder, but they are all set to "write - enable".

 

 

                                      

 

 

jc Tual's picture

Re: No data feed on linux hosting server

Hello Christian,

I got the same issue.

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.

 

Best regards,

Jean-Claude

Comment viewing options

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