Respostas no Fórum

Visualizando 3 respostas - 1 até 3 (de um total de 3)
  • Criador do tópico marcelotonet

    (@marcelotonet)

    Resolvido.

    Eram alguns plugins e também uma linha de código no wp-config.

    define(‘FORCE_SSL_LOGIN’, false);
    define(‘FORCE_SSL_ADMIN’, false);
    define(‘CONCATENATE_SCRIPTS’, false);
    if (isset($_SERVER[‘HTTP_X_FORWARDED_PROTO’]) && strpos($_SERVER[‘HTTP_X_FORWARDED_PROTO’], ‘https’) !== false) {
    $_SERVER[‘HTTPS’] = ‘on’;

    Estava como TRUE e ele estava forçando um login com SSL.

    Criador do tópico marcelotonet

    (@marcelotonet)

    Online ele não dá erro nenhum.

    Agora eu troquei o caminho do arquivo do Super cache e mesmo assim o servidor continua caindo.

    Criador do tópico marcelotonet

    (@marcelotonet)

    Oi Felipe, tive um progresso. Agora os erros aparecem e está no wp-super-cache,

    Veja;

    Warning: include(/home/excellencebrokers/www/wp-content/plugins/wp-super-cache/wp-cache-base.php): failed to open stream: No such file or directory in /Users/imac/odrive/Google Drive/Servidor/htdocs/excellence/wp-content/plugins/wp-super-cache/wp-cache.php on line 65

    Warning: include(): Failed opening ‘/home/excellencebrokers/www/wp-content/plugins/wp-super-cache/wp-cache-base.php’ for inclusion (include_path=’.:/Applications/MAMP/bin/php/php5.6.10/lib/php’) in /Users/imac/odrive/Google Drive/Servidor/htdocs/excellence/wp-content/plugins/wp-super-cache/wp-cache.php on line 65

    Warning: include_once(/home/excellencebrokers/www/wp-content/plugins/wp-super-cache/ossdl-cdn.php): failed to open stream: No such file or directory in /Users/imac/odrive/Google Drive/Servidor/htdocs/excellence/wp-content/plugins/wp-super-cache/wp-cache.php on line 82

    Warning: include_once(): Failed opening ‘/home/excellencebrokers/www/wp-content/plugins/wp-super-cache/ossdl-cdn.php’ for inclusion (include_path=’.:/Applications/MAMP/bin/php/php5.6.10/lib/php’) in /Users/imac/odrive/Google Drive/Servidor/htdocs/excellence/wp-content/plugins/wp-super-cache/wp-cache.php on line 82

    Warning: Cannot modify header information – headers already sent by (output started at /Users/imac/odrive/Google Drive/Servidor/htdocs/excellence/wp-content/plugins/wp-super-cache/wp-cache.php:65) in /Users/imac/odrive/Google Drive/Servidor/htdocs/excellence/wp-includes/pluggable.php on line 1167

    **Os arquivos estão na pasta…

    Quando eu desabilito o plugin renomeando o diretório o browser retorna com;

    This site can’t be reached

    localhost refused to connect.
    Try:
    Checking the connection
    Checking the proxy and the firewall
    ERR_CONNECTION_REFUSED

Visualizando 3 respostas - 1 até 3 (de um total de 3)