BastiDE Posted August 20, 2010 Report Posted August 20, 2010 Hi. I dont know why, but since the last login i become this: Warning: Cannot modify header information - headers already sent by (output started at /users/northair/www/core/app.config.php:1) in /users/northair/www/core/modules/Login/Login.php on line 143 Warning: Cannot modify header information - headers already sent by (output started at /users/northair/www/core/app.config.php:1) in /users/northair/www/core/modules/Login/Login.php on line 154 And when i make a logout this: Warning: Cannot modify header information - headers already sent by (output started at /users/northair/www/core/app.config.php:1) in /users/northair/www/core/common/Auth.class.php on line 341 Warning: Cannot modify header information - headers already sent by (output started at /users/northair/www/core/app.config.php:1) in /users/northair/www/core/modules/Logout/Logout.php on line 26 Please help me. Basti Quote
BastiDE Posted August 20, 2010 Author Report Posted August 20, 2010 next problem: In the Admin center, i dont see the pilots, hubs and schedules. What can I do? Quote
Flightguy123 Posted August 20, 2010 Report Posted August 20, 2010 next problem: In the Admin center, i dont see the pilots, hubs and schedules. What can I do? What hoster is this? Ada Quote
Administrators simpilot Posted August 20, 2010 Administrators Report Posted August 20, 2010 An error stating that headers have already been sent is 99% of the time white space after a closing php tag in one of your data class files or a module controller. I would look at any of those that you have modified. It is good practice to just leave the ending php tag off of these files. Quote
Administrators Nabeel Posted August 21, 2010 Administrators Report Posted August 21, 2010 simpilot is right, seems like in app.config.php it says line 1 it alreayd output something, so I'd look on line 1 and make sure you didn't put a space or something before the <?php tag Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.