Update from 9.9.5 to 10.1.6 some errors

@borpin, @TrystanLea thanks for your support. Now i have installed version 10.2.0, made the settings in the settings.ini file were are a copy of example-settings.ini.

Now the most error messages are gone. just a few left, since version 10.1.6
When i press the “Admin” button at the left


I got the follow error, instead of the login form.

then i have to press the login button at the top right
grafik
Just after this steps, i got the login form to logg me in!

After logged in, and pressing the Admin button again, i got the follow screen.


Needing to log in is an expected event. The session does time out.

Not sure why you get this.

image

You can click here (not obvious it is a link).

image

The errors - these are all because this is a vhost and the system is designed for an RPi.

file_exists() - A similar error was seen here Need help with first Emoncms setup on synology diskstation - #34 by borpin which resulted in this PR Include file_exists check in try catch block · Issue #1494 · emoncms/emoncms · GitHub.

I think this is why you see it as a Warning (it can be ignored).

The second error (re memory)

@emrys there are several of these system info elements that only work on certain installations. Can we try and handle these more cleanly?

@borpin
image
When i click at the link, the loggin form apears.

The message
image
apears only when im not logged in!

there are an other warning message:

This happens when i click to the button “Users”, to see a list of all registered users. But there are not showing any users

Thankyou for the updated error screenshots @gkobler

Do you have a home directory on your shared hosting service?

Could you add to settings.ini file paths for the following that are valid locations on your server:

; Suggested installation path for symlinked emoncms modules /opt/emoncms/modules
emoncms_dir = "/opt/emoncms"
; Suggested installation path for emonpi and EmonScripts repository:
openenergymonitor_dir = "/opt/openenergymonitor"

e.g: /home/username/emoncms and /home/username/openenergymonitor

you will need to create the emoncms and openenergymonitor directories in the location of your choice and specified in these path names

@TrystanLea Now it works without any errors.

Thanks for you support
Gregor

1 Like