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
plugins area header error: feedback form module
plugins area header error: feedback form module
Last edited by rtilghman on Mon Feb 28, 2005 11:28 pm, edited 1 time in total.
Re: plugins area header error: feedback form
I'll be releasing a patch tonight.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
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!
The CMS Made Simple Developer Cookbook is now available from Packt Publishers!