HELP - ABOUT SOME ERROR

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

HELP - ABOUT SOME ERROR

Post by megabob3 »

I realized a personal module and i got this errors:
Warning: Cannot modify header information - headers already sent by (output started at c:\wamp\www\modules\TO\ordini.class.php:177) in c:\wamp\www\admin\lang.php on line 67

Warning: Cannot modify header information - headers already sent by (output started at c:\wamp\www\modules\TO\ordini.class.php:177) in c:\wamp\www\admin\login.php on line 109

Warning: Cannot modify header information - headers already sent by (output started at c:\wamp\www\modules\TO\ordini.class.php:177) in c:\wamp\www\admin\login.php on line 110

No one have some idea about the reason of this message?

I am using SESSION variable, maybe i use that in bad way.

and also this:



Warning:  Cannot modify header information - headers already sent by (output started at c:\wamp\www\modules\TO\ordini.class.php:177) in c:\wamp\www\admin\lang.php on line 67



Warning:  Cannot modify header information - headers already sent by (output started at c:\wamp\www\modules\TO\ordini.class.php:177) in c:\wamp\www\admin\header.php on line 7




Warning:  Cannot modify header information - headers already sent by (output started at c:\wamp\www\modules\TO\ordini.class.php:177) in c:\wamp\www\admin\header.php on line 10



Warning:  Cannot modify header information - headers already sent by (output started at c:\wamp\www\modules\TO\ordini.class.php:177) in c:\wamp\www\admin\header.php on line 13




Warning:  Cannot modify header information - headers already sent by (output started at c:\wamp\www\modules\TO\ordini.class.php:177) in c:\wamp\www\admin\header.php on line 14



Warning:  Cannot modify header information - headers already sent by (output started at c:\wamp\www\modules\TO\ordini.class.php:177) in c:\wamp\www\admin\header.php on line 17



Warning:  Cannot modify header information - headers already sent by (output started at c:\wamp\www\modules\TO\ordini.class.php:177) in c:\wamp\www\admin\header.php on line 24





Bye ;)
Last edited by megabob3 on Wed Mar 30, 2005 1:24 pm, edited 1 time in total.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: HELP - ABOUT SOME ERROR

Post by Ted »

What's on c:\wamp\www\modules\TO\ordini.class.php line 177?
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: HELP - ABOUT SOME ERROR

Post by megabob3 »

wishy wrote: What's on c:\wamp\www\modules\TO\ordini.class.php line 177?
this file HAVE 177 lines

there is only an EOF
Last edited by megabob3 on Wed Mar 30, 2005 3:07 pm, edited 1 time in total.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: HELP - ABOUT SOME ERROR

Post by Ted »

Is the ?> the absolute last two characters in the file?  If there is a space or carriage return after it, it will mess up.
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: HELP - ABOUT SOME ERROR

Post by megabob3 »

wishy wrote: Is the ?> the absolute last two characters in the file?  If there is a space or carriage return after it, it will mess up.
No the last char are carrage return, spacing.

However sorry, maybe i founded my errors, i used a complete BACKUP of a previous installation of database over a new installation.

Tonigh i will control if it is.

Sorry Wishy i stilled you a bit of time :p

I will donate you at least 100 dollar, in next future (i must learn how to donate with paypal).


I did a job with your smart CMS :D
Last edited by megabob3 on Wed Mar 30, 2005 4:11 pm, edited 1 time in total.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: HELP - ABOUT SOME ERROR

Post by Ted »

It's no problem.  That's why I'm here.  :)
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: HELP - ABOUT SOME ERROR

Post by megabob3 »

Really the customer must pay me before :P
Post Reply

Return to “Developers Discussion”