Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/theme/CR-OrangeChecks/header.html:2) in /var/www/html/lib/weblib.php on line 3628

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/theme/CR-OrangeChecks/header.html:2) in /var/www/html/lib/weblib.php on line 3628

de Lamia Hamdan -
Número de respuestas: 2
Hola, tengo problemas con el modulo de calificaciones, supongo que es el hot Pot., con todos los temas me aparece esta advertencia:
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/theme/CR-OrangeChecks/header.html:2) in /var/www/html/lib/weblib.php on line 3628

alguien tiene idea de que puedo hacer?
Gracias
Promedio de valoraciones: -
En respuesta a Lamia Hamdan

Re: Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/theme/CR-OrangeChecks/header.html:2) in /var/www/html/lib/weblib.php on line 3628

de Camilo Esteban Garzón Casallas -

Hola Lamia

Como tu Sistema Operativo es Linux, mira si tiene los permisos necesarios la carpeta en donde copiaste todo.

Espero te sirva de algo....

Saludos

En respuesta a Lamia Hamdan

Re: Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/theme/CR-OrangeChecks/header.html:2) in /var/www/html/lib/weblib.php on line 3628

de Jose A. Ruiz -

Prueba cambianado está opción de tu php.ini

Yo tuve un problema similar con una estadistica que estaba desarrollando ;)

;;;;;;;;;;;;;;;;;;;;
; Language Options ;
;;;;;;;;;;;;;;;;;;;;

; Output buffering allows you to send header lines (including cookies) even
; after you send body content, at the price of slowing PHP's output layer a
; bit.  You can enable output buffering during runtime by calling the output
; buffering functions.  You can also enable output buffering for all files by
; setting this directive to On.  If you wish to limit the size of the buffer
; to a certain size - you can use a maximum number of bytes instead of 'On', as
; a value for this directive (e.g., output_buffering=4096).
output_buffering = 4096

Suerte y saludos.