PHP - Cannot modify header information

Esta dica altera o php.ini e resolve o erro:

Warning: Cannot modify header information - headers already sent by (output started at


Edite o PHP.INI e altere os valores abaixo:
register_globals = On
output_buffering = On

Salve e reinicie o apache

Comentários

Postagens mais visitadas deste blog

EXTRAINDO ARQUIVOS NO FORMATO .exe

Resolvendo caracteres estranhos no site do community.grafana.com com Linux Debian/Ubuntu