I received the error of “php Warning: Cannot modify header information”, and found the fix is to update my php.ini to include this:
output_buffering = On
I ‘could’ also set the variable in an include page, if my site was running PHP as a CGI.
I received the error of “php Warning: Cannot modify header information”, and found the fix is to update my php.ini to include this:
output_buffering = On
I ‘could’ also set the variable in an include page, if my site was running PHP as a CGI.
by
Tags:
Leave a Reply