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