Welcome to Centmin Mod Community
Register Now

MariaDB phpMyAdmin White PAGE?

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by Oxide, Jun 3, 2015.

  1. Oxide

    Oxide Active Member

    534
    29
    28
    Mar 19, 2015
    Ratings:
    +59
    Local Time:
    6:31 AM
    For some reason phpmyadmin shows white page after fresh installation, i had this happening on my other servers too. Can't remember how it got fixed..

     
  2. Oxide

    Oxide Active Member

    534
    29
    28
    Mar 19, 2015
    Ratings:
    +59
    Local Time:
    6:31 AM
    iptables:
    -P INPUT ACCEPT
    -P FORWARD ACCEPT
    -P OUTPUT ACCEPT
    -A INPUT -p tcp -m tcp --dport 22 -j ACCEPT
    -A INPUT -p tcp -m tcp --dport 22 -j ACCEPT
    -A INPUT -p tcp -m tcp --dport 53 -j DROP
    -A INPUT -p tcp -m tcp --dport 80 -j DROP
    -A INPUT -p tcp -m tcp --dport 3306 -j DROP
     
  3. Oxide

    Oxide Active Member

    534
    29
    28
    Mar 19, 2015
    Ratings:
    +59
    Local Time:
    6:31 AM
    I ran it through CLI, and i see mbstring is missing..?