Info
- 3 posts
- 2 voices
- Started 5 years ago by davidzollo
- Latest reply from davidzollo
- This topic is not resolved
Login unsuccessful
-
- Posted 5 years ago #
I have my forum installed on my localhost and it works, but when i upload it and try to login appears the following error:
Warning: Cannot modify header information - headers already sent by (output started at D:\Inetpub\webs\llibreviuorg\test\foro\config.php:1) in D:\Inetpub\webs\llibreviuorg\test\foro\bb-includes\pluggable.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at D:\Inetpub\webs\llibreviuorg\test\foro\config.php:1) in D:\Inetpub\webs\llibreviuorg\test\foro\bb-includes\pluggable.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at D:\Inetpub\webs\llibreviuorg\test\foro\config.php:1) in D:\Inetpub\webs\llibreviuorg\test\foro\bb-includes\pluggable.php on line 162
What i have to do?
-
- Posted 5 years ago #
That is usually because of whitespace after the ?> at the end of a php file (could be before the beginning <?php too.)
Check any files you might have edited (config.php?) and make sure there are no blank lines at the beginning or the end. That should take care of it.
-
- Posted 5 years ago #
THANKS!!!! :)
-
You must log in to post.