• Codigos do erro
    Catchable fatal error: Object of class WP_Error could not be converted to string in /home/ultra273/public_html/m/wp-includes/formatting.php on line 1025

    Linhas referentes ao error

    /**
     * Checks for invalid UTF8 in a string.
     *
     * @since 2.8.0
     *
     * @staticvar bool $is_utf8
     * @staticvar bool $utf8_pcre
     *
     * @param string  $string The text which is to be checked.
     * @param bool    $strip Optional. Whether to attempt to strip out invalid UTF8. Default is false.
     * @return string The checked text.
     */
    function wp_check_invalid_utf8( $string, $strip = false ) {
    	$string = (string) $string;
    
    	if ( 0 === strlen( $string ) ) {
    		return '';
    	}

    Aguem pode me ajudar estou usando o tema grifus

Visualizando 3 respostas - 1 até 3 (de um total de 3)
  • Moderador Míriam de Paula

    (@miriamdepaula)

    Bom dia!

    Bom, primeiramente, desative todos os plugins que tiver ativo e teste para ver se o problema se resolve. Se sim, vá ativando um a um e testando até encontrar o erro novamente. Assim saberá qual plugin pode estar causando o problema.

    Faça esse teste e me diga se resolve.

    Bom dia, tmb estou com o mesmo erro, e meus plugins estão todos desativados, meu wordpress estava limpo sem nenhum plugin ativo , estou utilizando a ultima versão , o que mais podemos fazer???

    Se puder ajudar vou ser muito grato!

    Wordpress 4.6

    Tenho os detalhes do erro:

    Catchable fatal error: Object of class WP_Error could not be converted to string in C:\wamp64\www\wordpress\wp-includes\formatting.php on line 1025
    Call Stack
    # Time Memory Function Location
    1 0.0000 241992 {main}( ) …\index.php:0
    2 0.0000 245096 require( ‘C:\wamp64\www\wordpress\wp-blog-header.php’ ) …\index.php:17
    3 0.7560 32396672 require_once( ‘C:\wamp64\www\wordpress\wp-includes\template-loader.php’ ) …\wp-blog-header.php:19
    4 0.7580 32448856 include( ‘C:\wamp64\www\wordpress\wp-content\themes\grifus\index.php’ ) …\template-loader.php:75
    5 0.8310 32511024 get_template_part( ) …\index.php:131
    6 0.8310 32511744 locate_template( ) …\general-template.php:167
    7 0.8320 32511880 load_template( ) …\template.php:531
    8 0.8320 32543520 require( ‘C:\wamp64\www\wordpress\wp-content\themes\grifus\loop\sidebar-home.php’ ) …\template.php:574
    9 0.8370 32553256 esc_attr( ) …\sidebar-home.php:27
    10 0.8370 32553256 wp_check_invalid_utf8( )

    Olá, parceiro.
    o erro não é aí, no arquivo “formatting.php”, mas sim, em algum lugar que está usando a função “wp_check_invalid_utf8”, veja que a função esperava uma string e deve ter recebido um array ou coisa do tipo.

Visualizando 3 respostas - 1 até 3 (de um total de 3)
  • O tópico ‘estou com seguinte error: Catchable fatal error’ está fechado para novas respostas.