I just reinstall it and works great. Don't know why it stopped working .....
Yes, uninstalling and installing again worked. Though I still can't access it via Firefox because of SSL certificate not being valid. Have to use chrome to bypass the warning.
I have installed phpmyadmin but get 404 error. what to do now? I checked the firewall and got this: 40 0 0 ACCEPT tcp -- !lo * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:9418 27 0 0 ACCEPT tcp -- * !lo 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:9418 Thank you
Port 9418 has nothing to do with phpmyadmin that is for git. You can try uninstall and reinstall using updated version Code (Text): # uninstall existing phpmyadmin install /root/tools/phpmyadmin_uninstall.sh # download phpmyadmin.sh cd /usr/local/src/centminmod/addons wget --no-check-certificate https://github.com/centminmod/phpmyadmin/raw/master/phpmyadmin.sh -O phpmyadmin.sh # permissions chmod 0700 /usr/local/src/centminmod/addons/phpmyadmin.sh # install phpmyadmin latest ./phpmyadmin.sh install
I did uninstall and install again, same error 404 nothing found here . This is displaying as 404 page in my website hosted on the server
Sounds like you misconfigured main hostname vs the site nginx vhost - they're meant to be separate sites with separate nginx vhosts. You don't want the site hostname to be same as main hostname nginx vhost. When you install Centmin Mod it's setup a main hostname nginx vhost host for server which is where Nginx default install index page is shown. Accessing server via IP address will show that page and it's correct and should be left as is as the main hostname site is also used for statistics pages outlined here. When you create a new Nginx vhost site via centmin.sh menu option 2, 22 or nv commands, you have a separate Nginx vhost directory structure. The differences are outlined on official Config file page and at Getting Started Guide step 1 and bottom of that page here. start a new thread in Add Ons so can discuss your problem.
when I access my IP is appearing Centmin Mod Nginx Test Page the phpadmin folder is in ngnix/html so what can be wrong? Thanks
in etc/hostname I have the name of the server but not the its IP, what should be there the IP of the server or its name?
Getting Started Guide step 1 instructions should fix that up Glad to hear, remember Getting Started Guide step 1 instructions for updating both system hostname and nginx main hostname vhost in virtual.conf
I'm having the same problem (white screen after login) on one of our servers. All the rest of the servers phpmyadmin works just fine but not on the main production server . Please help to troubleshoot this. Reinstall based on above instructions several times did not help.
Check your phpmyadmin PHP-FPM error log at /var/log/php_myadmin_error.log don't post contents here as it may contain sensitive info you want to mask/censor out before you do like your hostname/domain names and passwords.
Here is a little update. For some reasons directories /js/dist/ and /themes/pmahomme/css/ were empty. That's why there was a blank white screen. We just manually copied them from other server and everything was good. Don't know why they were not copied during installation. Tried many times.