MyBB Community Forums

Full Version: Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
That's because the cookie prefix, cookie domain and board URL are probably wrong. See this:

http://community.mybb.com/thread-74904.html
The cookie settings are fine. The posts won't appear. When i delete the "mybb_" from the config.php of the table prefix, the posts appear but the forum turns blue. I don't think its anything to do with the cookie settings as when i type "mybb_" into the table prefix, everything is back to normal.
If posts show up when you remove mybb_ from the table prefix, then that's because you didn't set one when installing MyBB.

Can you remove the table prefix from ./inc/config.php again and point us to your forum so we can take a look?
Anyone help???
Your cookie prefix is wrong. You can safely leave it empty.
the prefix is like this:
$config['database']['table_prefix'] = '';
and the problem still consists.
The posts are appearing for me fine.

And he meant cookie prefix, not table prefix.

$settings['cookieprefix'] = "";
Is this right?
$settings['cookiedomain'] = ".forumote.x10.mx";
$settings['cookiepath'] = "/mybb/";
$settings['cookieprefix'] = "";

The problem still consist.
That looks right to me, although I'm not an expert with cookie settings.

What exactly is the problem? All posts are showing fine for me on that link you gave.
Pages: 1 2 3