Problem sending application to hostgator with codeingniter

Asked

Viewed 29 times

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.

  • on localhost works normal then I was sent to hostgator did not work

  • Does debug enabled not send a text output? need to check if this is it and the line of code the error indicates.

  • Usually this error happens due to other previous error.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.