MyBB Community Forums

Full Version: PLEASE HELP!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When my members login, the forum logs them straight out. How do I fix this? They've tried clearing their cache and deleting cookies, still no luck!
Warning [2] Cannot modify header information - headers already sent by (output started at /home/rhhost/public_html/community/global.php:626) - Line: 1548 - File: inc/functions.php PHP 5.2.12 (Linux)
File Line Function
[PHP] errorHandler->error
/inc/functions.php 1548 header
/inc/functions.php 1561 my_setcookie
/member.php 1172 my_unsetcookie
Warning [2] Cannot modify header information - headers already sent by (output started at /home/rhhost/public_html/community/global.php:626) - Line: 1548 - File: inc/functions.php PHP 5.2.12 (Linux)
File Line Function
[PHP] errorHandler->error
/inc/functions.php 1548 header
/inc/functions.php 1561 my_setcookie
/member.php 1173 my_unsetcookie

!those are my problems!
http://community.mybboard.net/thread-42123.html

Clearing them won't do anything if the settings are wrong.

For the other error, reupload a new copy of ./global.php from a fresh download, it's mentioning line 626 but global.php only has 624 lines.
I found the error and fixed it. It had to do with a code I added. Thanks for your response.