Jump to content

Recommended Posts

Posted

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

  • Administrators
Posted

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.

  • Administrators
Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...