On Feb 12, 2011, at 10:08, tubiz wrote:

> PLease presently i am testing my cakephp application online but when i
> tried to visit my admin page at testserver.tunsicash.co.cc/admin i am
> getting this error Cannot modify header information - headers already
> sent by (output started at /home/tunsicas/public_html/testserver/app/
> models/behaviors/increment
> 
> Please you can visit the link and check as well would like to know how
> i can overcome this problem.  Thanks.

In fact the full error message your server provided is:

output started at 
/home/tunsicas/public_html/testserver/app/models/behaviors/increment.php:105

So, check line 105 of the file increment.php and see why it's outputting 
something there, and make it stop doing that.


-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to