Welcome Guest, Not a member yet? Register   Sign In
error
#1

[eluser]Unknown[/eluser]
I would like to do this tutorial:
tutorial,but when I written in the browser,[url=http://localhost/CodeIgniter/index.php/books/main]browser[/url
The error:
Code:
load->model('books/books_model'); } function main(){ $this->load->view('books_main'); } function input(){ $this->load->view('books_input'); } } ?>

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\CodeIgniter\system\application\controllers\Books.php:18)

Filename: codeigniter/Common.php

Line Number: 360

Why?

Monique
#2

[eluser]Krzemo[/eluser]
You have output compression on and there is probably an error written to output before headers are sent.
Turn output compression in config.php off, and then you will see what is the error exactly about.

Hope it helps.

Regards
#3

[eluser]Unknown[/eluser]
[quote author="Cshamoh" date="1277002260"]You have output compression on and there is probably an error written to output before headers are sent.
Turn output compression in config.php off, and then you will see what is the error exactly about.

Hope it helps.

Regards[/quote]

thank you.
the problem was:I written: <? instead of <?php




Theme © iAndrew 2016 - Forum software by © MyBB