Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author JS Morisset

    (@jsmoriss)

    Hm. This sounds like it might be an error from PHP’s curl, which is used to get the readme.txt and Tumblr/StumbleUpon images for the admin pages.

    I check for the ‘curl_init()’ function before using curl, but perhaps there are issues with curl in your infrastructure.

    I would suggest you enable WP_DEBUG in your wp-config.php file (and NGFB_DEBUG, NGFB_WP_DEBUG while you’re at it) and see if there are additional error messages in the log file. For example:

    define('WP_DEBUG', true);
    if ( defined('WP_DEBUG') ) {
            define('WP_DEBUG_LOG', true);
            define('WP_DEBUG_DISPLAY', false);
            @ini_set('display_errors',0);
    }
    define('NGFB_DEBUG', true);
    define('NGFB_WP_DEBUG', true);

    Meanwhile, I’ll look at adding an NGFB_CURL_DISABLE constant in v5.2.2 a bit later this evening.

    If these are any errors in your debug.log file, send them to me (post them here, or by email), and I’ll let you know when v5.2.2 is available for download.

    Thanks,

    js.

    Plugin Author JS Morisset

    (@jsmoriss)

    FYI v5.2.2 is out and should fix that issue.

    If for some reason the error doesn’t go away, add the following to your wp-config.php file, and let me know if that fixes the problem:

    define('NGFB_CURL_DISABLE', true);

    Thanks,

    js.

    Meu WordPress está com esse erro e gostaria de saber como posso resolver esse bug! Podem me ajudar?

    Plugin Author JS Morisset

    (@jsmoriss)

    Este é um fórum de suporte para NGFB Open Graph +. Você está usando NGFB Open Graph +? Será que esse erro ocorre quando você ativou NGFB Open Graph +? Qual vers?o do NGFB Open Graph + você está usando?

    js.

    Bom JS, após as últimas atualiza??es que fiz, apareceu este erro (502 Bad Gateway) e n?o consigo mais acessar nenhuma informa??o do site, nem o admin consigo executar. Portanto, n?o sei quais vers?es de WordPress e plugins est?o sendo utilizados no site.

    Perd?o. Vou para o fórum do Erro específico.

    Plugin Author JS Morisset

    (@jsmoriss)

    Eu sinto muito em ouvir sobre o seu problema. Aconteceu uma vez, há muitos meses atrás, com uma vers?o antiga do NGFB Open Graph +. O cliente, neste caso, n?o tem o módulo PHP “onda” instalado. Adicione o seguinte ao seu arquivo wp-config.php, e depois olhar no wordpress/wp-content/debug.log para erros.

    define('WP_DEBUG', true);
    if ( defined('WP_DEBUG') ) {
            define('WP_DEBUG_LOG', true);
            define('WP_DEBUG_DISPLAY', false);
            @ini_set('display_errors',0);
    }

    Eu n?o falo Português (isto é do Google Translate), e eu n?o acho que o problema está relacionado ao NGFB Open Graph +. Eu n?o vou ser capaz de ajudá-lo mais.

    Boa sorte!

    js.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Error 502 bad gateway’ is closed to new replies.