|
|
Registered User Currently Offline
|
Posts: 39
Join Date: May 2007
|
I remember this happened to me when I installed my forum.
Like Hristo said, probably something wrong with your cookie settings in your seo-board_options.php file.
Look for the line where you set the $cookiedomain.
If your setting looks like this :
$cookiedomain = 'http://about-credit.orgfree.com';
Try this instead :
$cookiedomain = 'about-credit.orgfree.com';
(so without the http://)
It worked for me.
By the way this is explained in the SEO-Board manual :
Quote: $cookiedomain = ''; Cookie setting that you won't have to change. If there's a problem try setting it to your domain name without 'http://'.
|