ISPConfig3 with myphp admin issues

Discussion in 'Installation/Configuration' started by jtullous, Jan 1, 2012.

  1. jtullous

    jtullous New Member

    Clean Install and everything seems to be working correctly except phpmyadmin.

    When browsing to www.domain.com/phpmyadmin i get an error:

    Existing configuration file (./config.inc.php) is not readable.

    I followed Falko steps here.
    To me it looks alike a permission issue but to new the scene to figure what is a mist.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    ls -la /usr/share/phpmyadmin/config.inc.php
    ?
     
  3. jtullous

    jtullous New Member

    The is what i do get.

    -rw-r----- 1 root apache 1694 Dec 30 08:26 /usr/share/phpmyadmin/config.inc.php
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Which PHP mode do you use?

    Can you try
    Code:
    chmod 644 /usr/share/phpmyadmin/config.inc.php
    ?
     

Share This Page