Page 1 of 1

plugins area header error: feedback form module

Posted: Mon Feb 28, 2005 11:19 pm
by rtilghman
So I did the install and added some modules Im interested in using. However, I seem to be having some kind of problem with the feedback form plug in. Whenever I go to the plug in main page I get the following message:

Warning: Cannot modify header information - headers already sent by (output started at /home/.nachowasherkiln/nodalpt/test.tilghman.net/cmsmadesimple_0.9.2/modules/FeedbackForm/classes/Form.class.php:296) in /home/.nachowasherkiln/nodalpt/test.tilghman.net/cmsmadesimple_0.9.2/admin/header.php on line 13

Warning: Cannot modify header information - headers already sent by (output started at /home/.nachowasherkiln/nodalpt/test.tilghman.net/cmsmadesimple_0.9.2/modules/FeedbackForm/classes/Form.class.php:296) in /home/.nachowasherkiln/nodalpt/test.tilghman.net/cmsmadesimple_0.9.2/admin/header.php on line 14

Warning: Cannot modify header information - headers already sent by (output started at /home/.nachowasherkiln/nodalpt/test.tilghman.net/cmsmadesimple_0.9.2/modules/FeedbackForm/classes/Form.class.php:296) in /home/.nachowasherkiln/nodalpt/test.tilghman.net/cmsmadesimple_0.9.2/admin/header.php on line 17

Warning: Cannot modify header information - headers already sent by (output started at /home/.nachowasherkiln/nodalpt/test.tilghman.net/cmsmadesimple_0.9.2/modules/FeedbackForm/classes/Form.class.php:296) in /home/.nachowasherkiln/nodalpt/test.tilghman.net/cmsmadesimple_0.9.2/admin/header.php on line 24


And the header errors just persist at the top of the page. I installed it in the modules folder per the nstructions... so why is this happening on the plug-ins page? I mean why would anything in the plugin actually be call ed on the mgmt interface?

Im kinda baffled by this...

Thanks,
Rick

Re: plugins area header error: feedback form

Posted: Mon Feb 28, 2005 11:24 pm
by sjg
rtilghman wrote:So I did the install and added some plug-ins Im interested in using. However, I seem to be having some kind of problem with the feedback form plug in. Whenever I go to the plug in main page I get the following message:

Warning: Cannot modify header information - headers already sent by (output started at /home/.nachowasherkiln/nodalpt/test.tilghman.net/cmsmadesimple_0.9.2/modules/FeedbackForm/classes/Form.class.php:296) in /home/.nachowasherkiln/nodalpt/test.tilghman.net/cmsmadesimple_0.9.2/admin/header.php on line 13
...

And the header errors just persist at the top of the page. Why is this happening on the plug-ins page? I mean why would anything in the plugin actually be call ed on the mgmt interface?

Im kinda baffled by this...

Thanks,
Rick
I'll be releasing a patch tonight.

For now, the solution is to edit modules/FeedbackForm/classes/Form.class.php, and make sure there is no space (and no carriage returns/newlines) after the ?> at the end of the page.

If this doesn't help, please let me know!

___Samuel___
(as for why it's being called, evidently modules are loaded so the page knows whether or not to display the "help" and "about" links).