plugins area header error: feedback form module

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
rtilghman

plugins area header error: feedback form module

Post 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
Last edited by rtilghman on Mon Feb 28, 2005 11:28 pm, edited 1 time in total.
User avatar
sjg
Power Poster
Power Poster
Posts: 310
Joined: Thu Jan 27, 2005 5:11 pm

Re: plugins area header error: feedback form

Post 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).
Many modules available from the http://dev.cmsmadesimple.org
The CMS Made Simple Developer Cookbook is now available from Packt Publishers!
Locked

Return to “[locked] Installation, Setup and Upgrade”