Web page stopped working

Hi,
starting this morning when I try to log in to librenms I get only blank page. Nothing is shown to me. It just loads nothing. And I did nothing to the configuration. Thank you

==========================================================

Component Version
LibreNMS f8aadf227b25ff4436859d19062d234ed9134767
DB Schema 192
PHP 5.6.30-0+deb8u1
MySQL 10.0.30-MariaDB-0+deb8u1
RRDTool 1.4.8
SNMP NET-SNMP 5.7.2.1

==========================================================

[OK] Database connection successful
[FAIL] MySQL column collation is wrong: [FIX] https://t.libren.ms/-zdwk
users username utf8 utf8_general_ci
users password utf8 utf8_general_ci
users realname utf8 utf8_general_ci
users email utf8 utf8_general_ci
users descr utf8 utf8_general_ci
[FAIL] Database: incorrect column (dbSchema/version)
[FAIL] Database: missing index (dbSchema/PRIMARY)
[FAIL] Database: incorrect column (users/descr)
[FAIL] We have detected that your database schema may be wrong, please report the following to us on IRC or the community site (https://t.libren.ms/5gscd):
ALTER TABLE dbSchema CHANGE version version int(11) NOT NULL DEFAULT ‘0’;
ALTER TABLE dbSchema ADD PRIMARY KEY (version);
ALTER TABLE users CHANGE descr descr char(30) NOT NULL;
[WARN] Your local git contains modified files, this could prevent automatic updates.
Modified files:
LibreNMS/Device/Sensor.php
html/includes/functions.inc.php
html/pages/front/tiles.php
includes/common.php
mibs/TNMS-NBI-MIB
mibs/ceraos/MWRM-NETWORK-MIB
mibs/junos/mib-jnx-soam-pm.txt
sql-schema/171.sql
vendor/composer/autoload_static.php

thank you

You’ve got some core modified files there, you need to revert those to standard.

If you add debug=true/ to the end of the url you might get some info why.

hi, well the thing is that I didnt do anything and I do not have a backup of all of those files. Does it mean I can install it from the scratch? thank you

If you definitely haven’t modified files then run ./scripts/github-remove -d

hi, I replaced all /html folder with the folder downloaded from github and it works now. problem was that in some config files there were a lot of typos, eg arrey instead of array or unexpected ,

so it works now, thank you.