How to fix “Cannot send headers; headers already sent”
Warning: Cannot modify header information - headers already sent by (output started at /some/file.php:12) in /some/file.php on line 23
Solution: Add or Enable: output_buffering = On; in php.ini
No comments:
Post a Comment