SoporteCategory: Problema "headers already sent "
Aldo Navarrete asked 4 years ago

et ‘VENDEX\MailController,wpdocs_email_friends’ in /home3/wakukw0agp42/public_html/wp-content/plugins/vendex/src/Language.php on line 8

Warning: Cannot modify header information – headers already sent by (output started at /home3/wakukw0agp42/public_html/wp-content/plugins/vendex/src/Language.php:8) in /home3/wakukw0agp42/public_html/wp-includes/functions.php on line 6221

Warning: Cannot modify header information – headers already sent by (output started at /home3/wakukw0agp42/public_html/wp-content/plugins/vendex/src/Language.php:8) in /home3/wakukw0agp42/public_html/wp-admin/includes/misc.php on line 1259

Warning: Cannot modify header information – headers already sent by (output started at /home3/wakukw0agp42/public_html/wp-content/plugins/vendex/src/Language.php:8) in /home3/wakukw0agp42/public_html/wp-admin/admin-header.php on line 9

1 Answers
Carlos Herrera Staff answered 4 years ago

Hola, estoy verificando en la última versión y no lo veo. en todo caso intenta hacer esto en el archivo Language.php

namespace CH;
use CH\Config;    // colocar esta línea debajo del namespace, cambia CH por tu namespace

 
En caso no funcione y tengas repositorio puedes pasarlo para analizar tu caso.
 
Saludos