Este erro já esta sendo resolvido pelos desenvolvedores do plugin na vers?o 11.2.
Por enquanto, têm-se 2 alternativas para resolver este erro:
1o – No arquivo wp-config.php, substituir: define ( ‘WP_DEBUG’ , false );
por: ini_set ( ‘display_errors’ , ‘Off’ ); ini_set ( ‘error_reporting’ , E_ALL ); define ( ‘WP_DEBUG’ , false ); define ( ‘WP_DEBUG_DISPLAY’ , false );
Isso n?o afeta o site e forma alguma, apenas oculta para quem acessa o site os erros no mesmo, caso haja, pois, na maioria das vezes em hosts compartilhados baratos for?am a exibi??o de avisos e avisos do PHP.
2o – Remover o logotipo do site das op??es do Yoast SEO em: SEO > Aparência na Pesquisa > Geral (guia) > e deixa o campo “Organization logo:” da se??o “Empresa” em branco.
=========
This error is already being solved by plugin developers in version 11.2.
For now, there are 2 alternatives to solve this error:
1 – In the wp-config.php file, replace:
define (‘WP_DEBUG’, false);
by:
ini_set (‘display_errors’, ‘Off’); ini_set (‘error_reporting’, E_ALL); define (‘WP_DEBUG’, false); define (‘WP_DEBUG_DISPLAY’, false);
This does not affect the site and any way, only hidden for those who access the site the errors in it, if there is, because most of the time in cheap shared hosts force the display of warnings and warnings of PHP.
2 – Remove the logo of the site from the Yoast SEO options at: SEO> Search Appearance> General (tab)> and leave the “Organization logo:” section of the “Company” section blank.