when i try to login, the following error-message appears:
Warning: Cannot add header information - headers already sent by (output started at path/to/backend.php:1293) in /path/to/backend.php on line 385
Warning: Cannot add header information - headers already sent by (output started at /path/to/backend.php:1293) in /path/to/login_done.html on line 5
anyone having an idea on this problem? Bernd
found the error,
on line 1293 in backend.php there is an empty line and an return. remove it and it will work fine 8)
regards Bernd
Log in to post a comment.
when i try to login, the following error-message appears:
Warning: Cannot add header information - headers already sent by (output started at path/to/backend.php:1293) in
/path/to/backend.php on line 385
Warning: Cannot add header information - headers already sent by (output started at /path/to/backend.php:1293) in
/path/to/login_done.html on line 5
anyone having an idea on this problem?
Bernd
found the error,
on line 1293 in backend.php there is an empty line and an return. remove it and it will work fine 8)
regards
Bernd