What happens is that I try to redirect to another page but I get this error:
Warning: Can not modify header information - headers already sent
The line that generates it tells me what it is:
header("location: " . URL . "Home/newProcess");
I put the functions of ob_start()
to send the headers anywhere in the document, but it keeps appearing.