404 ERROR on PHPMyAdmin

itscoffetime

Verified User
Joined
Sep 19, 2019
Messages
84
Since I upgraded to latest version I am getting a 404 ERROR when trying to access to PHPMyAdmin, I am using OpenLiteSpeed as webserver.
 
What URL are you trying to access?

sorry what do you mean What URL ?
i tried from directadmin control panel, i tried to rebuild phpmyadmin from custom build and reboot the server but still same problem.
user/reseller/admin i tried with all of them.
 
Okay, I think you have menu item in your mind, without single-sign-on enabled. Please try if you have the same issue in latest version of the skin:
Code:
cd /usr/local/directadmin/data/skins
mkdir -p evolution
cd evolution
wget -O evolution.tar.gz https://demo.directadmin.com/download/evolution.tar.gz
tar xvzf evolution.tar.gz
cd ..
chown -R diradmin:diradmin evolution
 
Back
Top