So, finally got around to upgrade mariaDB, ran into all kinds of fun, did the drop table, create table, upgraded php, set timezone and finally got this return from ./validate.php
Al SEEMS fine, but alas, I still get the Whoops!
Thought it could be authentication, so checked with ./scripts/auth_test.php -u MYUSER
AUTH SUCCESS
I guess I’m missing something obvious, but it would be great to know what:
Permissions on folders are good too.
Oh, if i point my browser to data.php i get
{
“message”: “Server Error: Set APP_DEBUG=true to see details.”
}
in return.
But not sure if that is supposed to be like that or not.
I would appreciate some clue at this point.
Thank you
O
2021/05/18 09:50:00 [error] 6773#6773: *327 FastCGI sent in stderr: “PHP message: PHP Notice: date_default_timezone_set(): Timezone ID ‘Etc/CEST’ is invalid in /opt/librenms/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php on line 49” while reading response header from upstream
Not sure on the general issues, but if the timezone issue is causing it - I remember seeing similar with some other product because CEST is not a recognised PHP timezone, and further note the warning at the top of this: PHP: Others - Manual
Guessing the only match in the supported list if you want GMT+2 is: Europe/Berlin