PHP não funciona Ubuntu 16.04

1. PHP não funciona Ubuntu 16.04

Bruno Souza Alves
brunoalves22

(usa Ubuntu)

Enviado em 15/03/2017 - 14:59h

Seguinte, meu PHP simplesmente parou e não funciona mais. Já desinstalei e reinstalei de várias formas, mas nada de voltar. Como posso resolver esse problema? Quando tento abrir qualquer arquivo .php a página simplesmente vem em branco.

Quando tento abrir o phpmyadin ele retorna uma tela com uma mensagem bem extensa. O início dela é essa mensagem abaixo. Ou seja, ele mostra os comandos PHP, mas não executa pelo que entendi.

"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 hostname // if a value is set $server_info = ''; if (! empty($cfg['Server']['verbose'])) { $server_info .= htmlspecialchars($cfg['Server']['verbose']); if ($GLOBALS['cfg']['ShowServerInfo']) { $server_info .= ' ('; } } if ($GLOBALS['cfg']['ShowServerInfo'] || empty($cfg['Server']['verbose'])) { $server_info .= $GLOBALS['dbi']->getHostInfo(); } if (! empty($cfg['Server']['verbose']) && $GLOBALS['cfg']['ShowServerInfo']) { $server_info .= ')'; } $mysql_cur_user_and_host = $GLOBALS['dbi']->fetchValue('SELECT USER();'); // should we add the port info here? $short_server_info = (!empty($GLOBALS['cfg']['Server']['verbose']) ? $GLOBALS['cfg']['Server']['verbose'] : $GLOBALS['cfg']['Server']['host']); } echo '
' . "\n"; // Anchor for favorite tables synchronization. echo PMA_RecentFavoriteTable::getInstance('favorite')->getHtmlSyncFavoriteTables(); echo '
'; if ($server > 0 || count($cfg['Servers']) > 1 ) { if ($cfg['DBG']['demo']) { echo '
'; echo '"




  


2. Tenta php 7

Masculino
aminadabe

(usa Deepin)

Enviado em 15/03/2017 - 15:05h

Já fez assim, sudo apt install php7.0*


3. Re: PHP não funciona Ubuntu 16.04

Bruno Souza Alves
brunoalves22

(usa Ubuntu)

Enviado em 15/03/2017 - 17:00h

Já fiz isso. Continuou o erro.






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts