Hi Lychiang ,
Thank you for the update.
I performed above steps but still stuck at login page with same error. I also run the following command and restored admin password but no luck.
sudo php /var/www/html/OS/startup/restore/restoreAdmin.php
Reinstalled from scratch again and noticed many scirpts failed during installation and fixed few of them manually, but we unable to find php7.0 and installed php7.4,
Note, selecting 'php-radius' instead of 'php7.4-radius' E: Unable to locate package php7.4-mcrypt E: Couldn't find any package by glob 'php7.4-mcrypt' E: Couldn't find any package by regex 'php7.4-mcrypt'
Cannot add PPA: 'ppa:~adiscon/ubuntu/v8-stable'
E: Unable to locate package perl-5.30 E: Couldn't find any package by glob 'perl-5.30' E: Couldn't find any package by regex 'perl-5.30
Following are the users, i could see but still login is stuck.
MariaDB [(none)]> select host,user from mysql.user; +-----------+------------+ | host | user | +-----------+------------+ | % | admin | | % | expedition | | localhost | root | +-----------+------------+
... View more