Uncategorized
How to fix "Warning: Cannot modify header information - headers already sent by"
"Warning: Cannot modify header information - headers already sent by"
then open the php.ini file of the domain.
Check "output_buffer" value in php.ini and alter the current settings (turn On/Off)
Also, increase "maximum_execution_time" to 300.
Save the php.ini file and restart apache service.
If any feedback, queries are always welcome!