1
I was sending a system of pdv
for my hosting Hostgator ai gave the following error:
Severity: Warning
Message: Cannot Modify header information - headers already sent by (output Started at /home/basic340/public_html/placeexpress.com.br/core/core/Exceptions.php:170)
Filename: helpers/url_helper.php
Line Number: 546
this is the code line.
default : header("Location: ".$uri, TRUE, $http_response_code);
this system was done by you? usually this happens when you try to send some information after the server has already sent the header. for example send cookies.
– Danilo
on localhost works normal then I was sent to hostgator did not work
– a.araujoo
Does debug enabled not send a text output? need to check if this is it and the line of code the error indicates.
– rray
Usually this error happens due to other previous error.
– lcssanches