can't access to phpmyadmin after ispconfig update

Discussion in 'Installation/Configuration' started by momo1240, Sep 30, 2016.

  1. momo1240

    momo1240 Member

    Hello guys
    hope somone can help me
    I just update ispconfig to the last version 3.1 on debian 8 (updated).
    Everything is fine. The only problem is that when I try to acess to phpmyadmin localhost/phpmyadmin, I don't have the usual phpmyadmin panel
    Instead I have this :
    <?php
    /* vim: set expandtab sw=4 ts=4 sts=4: */
    /**
    * Main loader script
    *
    * @package PhpMyAdmin
    */

    /**
    * Gets some core libraries and displays a top message if required
    */
    require_once 'libraries/common.inc.php';

    /**
    * display Git revision if requested
    */
    require_once 'libraries/display_git_revision.lib.php';

    /**
    * pass variables to child pages
    */
    $drops = array(
    'lang',
    'server',
    'collation_connection',
    'db',
    'table'
    .......""

    I checked on ispconfig panel on system --> main config

    PHPMyAdmin URL : /phpmyadmin

    I don't know what is wrong , I have this issue only when I updated my ispconfig

    thank you for your help guys
     
    Last edited: Sep 30, 2016
  2. momo1240

    momo1240 Member

    Problem solved guys
    I didn't search enough on the forum
    php5 mod was disabled and apache2 won't restart when I enabled it
    so I did apt-get install --reinstall libapache2-mod-php5
    thank you again till
     
    Last edited: Sep 30, 2016

Share This Page