When logged in as Admin I was trying to add a new user. I recieved the following error when clicking 'next' after filling out the name/demographic info:
Warning: Cannot add header information - headers already sent by (output started at /usr/home/cset/www/MnITS/MnConf.php:1) in /usr/home/cset/www/MnITS/MnAdm_User.php on line 315
Any ideas?
- Aaron
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Warning: Cannot add header information - headers already sent by (output started at /usr/home/cset/www/MnITS/MnConf.php:1) in /usr/home/cset/www/MnITS/MnAdm_Module.php on line 197
Could this be an Apache config problem? I'm running Apache 1.3 on FreeBSD, and PHP 4.0.6
Any suggestions are greatly appreciated!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When logged in as Admin I was trying to add a new user. I recieved the following error when clicking 'next' after filling out the name/demographic info:
Warning: Cannot add header information - headers already sent by (output started at /usr/home/cset/www/MnITS/MnConf.php:1) in /usr/home/cset/www/MnITS/MnAdm_User.php on line 315
Any ideas?
- Aaron
Similar message when trying to add a module.
Warning: Cannot add header information - headers already sent by (output started at /usr/home/cset/www/MnITS/MnConf.php:1) in /usr/home/cset/www/MnITS/MnAdm_Module.php on line 197
Could this be an Apache config problem? I'm running Apache 1.3 on FreeBSD, and PHP 4.0.6
Any suggestions are greatly appreciated!
Problem Solved:
A stray character landed in the MnConf.php, which was being output before the header information was getting written.
Aaron