0

I have been trying to access Phpmyadmin and I can't, I keep getting this weird page(this is a small part):

addJSON( 'options', PMA_RecentTable::getInstance()->getHtmlSelectOption() ); 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 =

ratebaltal
  • 47
  • 6
  • 2
    If you're seeing PHP code output in the browser, it implies that the server isn't set up properly, but hard to tell. P.s. It's PHPMyAdmin – Jonnix Jun 22 '16 at 14:46
  • Hmmmm, could you guide me a little ? I am very confused right now – ratebaltal Jun 22 '16 at 14:50
  • Not really. Too vague a question, and it more server config than programming. – Jonnix Jun 22 '16 at 14:53
  • @JonStirling I deleted Apache2, Mysql, Php, and Phpmyadmin and reinstalled them and I got the same error, any advices ? – ratebaltal Jun 22 '16 at 15:30

0 Answers0