PDA

View Full Version : Forum Integration


Yuki Night
01-28-2013, 10:18 PM
I followed what was said on the download page about how to integrate my forum. Right now the only part that is working is the part where if users register on the site then they get a forum account to match.

Also when I logout or into the account I get this error message. How do I fix this?
Warning: Cannot modify header information - headers already sent by (output started at /home/kodesigns/ellaia.net/classes/class_cookies.php:129) in /home/kodesigns/ellaia.net/functions/functions_forums.php on line 87

Warning: Cannot modify header information - headers already sent by (output started at /home/kodesigns/ellaia.net/classes/class_cookies.php:129) in /home/kodesigns/ellaia.net/functions/functions_forums.php on line 87

Hall of Famer
01-28-2013, 11:13 PM
So your problem is that users do not log in or log out simultaneously from the site and forum? Weird, I made sure in Mys v1.3.2 this is happening. Also the warning does not really stop the script from functioning, just remove line 87 from functions/functions_forum.php.

Yuki Night
01-28-2013, 11:50 PM
Yes that is my problem. I removed that line of code and the error message goes away.

Hall of Famer
01-29-2013, 04:03 PM
Thats good to know, but is forum integration working for you now?

Yuki Night
01-29-2013, 04:45 PM
Sadly it is not. I even tried installing them using different settings on a side site and it still doesn't work.

Hall of Famer
01-29-2013, 11:25 PM
I see, so you wont be able to sign in/out simultaneously from the site and forum? The fact is that you have to login/logout from the site, not from the forum. That is to say, well, you are automatically signed into your forum account if you log in from the site, but you still appear as a guest on the site if you try to log in from the forum.

Yuki Night
01-29-2013, 11:47 PM
We are logging in and out from the site and it isn't logging us into both. It just logs in or out of the site.