phpmyadmin fails after upgrade to ubuntu 16.04

Discussion in 'Installation/Configuration' started by Rhoov, Jan 14, 2017.

  1. Rhoov

    Rhoov New Member

    Hi There,
    I have upgraded my ubuntu server from 14.04 to 16.04 and after that updated / reconfigured services for ispconfig 3
    Everything looks ok, but when i try to access phpmyadmin i get :
    Code:
    addJSON( 'list', PMA_RecentFavoriteTable::getInstance('recent')->getHtmlList() ); exit; } if ($GLOBALS['PMA_Config']->isGitRevision()) { if (isset($_REQUEST['git_revision']) && $GLOBALS['is_ajax_request'] == true) { PMA_printGitRevision(); exit; } echo '
    '; } // Handles some variables that may have been sent by the calling script $GLOBALS['db'] = ''; $GLOBALS['table'] = ''; $show_query = '1'; // Any message to display? if (! empty($message)) { echo PMA_Util::getMessage($message); unset($message); } $common_url_query = PMA_URL_getCommon(); $mysql_cur_user_and_host = ''; // when $server > 0, a server has been chosen so we can display // all MySQL-related information if ($server > 0) { include 'libraries/server_common.inc.php'; include 'libraries/StorageEngine.class.php'; // Use the verbose name of the server instead of the hostn
    I have tried several things mentioned here on the forums and from elsewhere, but most of the time ending up in breaking the whole setup. (thank god for backups)

    I hope there is someone here that can help me out.
    tnx in advance.
     

Share This Page