estou com seguinte error: Catchable fatal error
-
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)
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.