Tried to enable SSO using this:
cd /usr/local/directadmin/
./directadmin set one_click_pma_login 1
service directadmin restart
cd custombuild
./build update
./build phpmyadmin
service directadmin restart
And from Admin or User interface when I click to phpMyAdmin I get a blank page at "hostname"/phpmyadmin/direct_login/index.php
Tried rebuild, no luck. tried clearing cache in case was my browser's stupid fault, no luck.
In /var/log/httpd/ error log there is nothing.
View source on /phpmyadmin/direct_login/index.php just blank page. No output at all.
Fresh install of Centos 8 with MySQL 8.0.
native password if off, it's a fresh install no upgrade from 5.x or MariaDB.
da_admin was working just fine before enabling SSO.
Other times I am getting a "
Cannot Execute Your Request
That database does not exist
"
And it's redirecting me to :
hostname:2222/undefined?token=undefined
Saying:
404 Error
Sorry, but the page you are looking for can't be found.
Any ideas?
cd /usr/local/directadmin/
./directadmin set one_click_pma_login 1
service directadmin restart
cd custombuild
./build update
./build phpmyadmin
service directadmin restart
And from Admin or User interface when I click to phpMyAdmin I get a blank page at "hostname"/phpmyadmin/direct_login/index.php
Tried rebuild, no luck. tried clearing cache in case was my browser's stupid fault, no luck.
In /var/log/httpd/ error log there is nothing.
View source on /phpmyadmin/direct_login/index.php just blank page. No output at all.
Fresh install of Centos 8 with MySQL 8.0.
native password if off, it's a fresh install no upgrade from 5.x or MariaDB.
da_admin was working just fine before enabling SSO.
Other times I am getting a "
Cannot Execute Your Request
That database does not exist
"
And it's redirecting me to :
hostname:2222/undefined?token=undefined
Saying:
404 Error
Sorry, but the page you are looking for can't be found.
Any ideas?