Author Topic: What does mean this error?  (Read 6193 times)

0 Members and 1 Guest are viewing this topic.

Offline ascanio

  • Hero Member
  • *****
  • Posts: 569
    • View Profile
    • http://www.surfourspace.net
What does mean this error?
« on: April 15, 2005, 03:11:18 PM »
What does mean this error:
Code: [Select]
Warning: Cannot modify header information - headers already sent by (output started at /home/ascanio/domains/girlsandgirls.net/public_html/encuestas.php:166) in /home/ascanio/domains/girlsandgirls.net/public_html/details.php on line 61

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: What does mean this error?
« Reply #1 on: April 16, 2005, 12:04:40 AM »
its covered in the FAQ
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline ascanio

  • Hero Member
  • *****
  • Posts: 569
    • View Profile
    • http://www.surfourspace.net
Re: What does mean this error?
« Reply #2 on: April 16, 2005, 04:36:37 AM »
Hi V@no I don't see any topic in FAQ that has to do with this problem :S can u give my the URL?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Re: What does mean this error?
« Reply #4 on: April 16, 2005, 06:27:14 PM »
Cannot add header information - headers already sent by...

Offline ascanio

  • Hero Member
  • *****
  • Posts: 569
    • View Profile
    • http://www.surfourspace.net
Re: What does mean this error?
« Reply #5 on: April 16, 2005, 06:38:28 PM »
that does not solve my problem :(

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: What does mean this error?
« Reply #6 on: April 16, 2005, 08:01:33 PM »
then dont use whatever u are trying to include. u can not output anything on screen outside of 4images. try do it through templates instead.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline ascanio

  • Hero Member
  • *****
  • Posts: 569
    • View Profile
    • http://www.surfourspace.net
Re: What does mean this error?
« Reply #7 on: April 16, 2005, 08:18:00 PM »
What I did was a top 30 ... tophits.php and tophits.html and if you are logout and if u click in some of the pics then that error appears so how can I put a message that's says u need to login or register?

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Re: What does mean this error?
« Reply #8 on: April 17, 2005, 12:51:04 AM »
Your problem is in encuestas.php.  There is something that file is sending to the browser. 

There are many examples of this error on the web.  Try google  :wink:

http://us4.php.net/header

http://www.experts-exchange.com/Web/Web_Languages/PHP/Q_20939642.html