Forums

Join
bbPress Support ForumsTroubleshootingMoving bbPress

Info

Tags

Moving bbPress

  1. I want to move my bbpress installation from a subfolder to a subdomain, but every time I try, I can't log in and the theme is broken.

    Does anyone know how to fix this problem?

  2. You need to update your config.php file.

  3. It's just $bb->uri that I have to update, right?

  4. Can you link to the subdomain and copy your config.php to http://bb.pastebin.com/ so I can have a look please?

  5. For some reason bbPress seems to think your theme is in root. I'd ask you to set the theme again, but, you know, what with not being able to log in ...

    so first of all, please add define('COOKIE_DOMAIN', '.llamaslayers.com'); to your config.php. Hopefully that'll let you log in.

  6. It doesn't do much of anything to add define('COOKIE_DOMAIN', '.llamaslayers.net'); or define('COOKIE_DOMAIN', 'llamaslayers.net'); to the config.php file.

    Edit: It works to remove the values of $bb->wp_home and $bb->wp_siteurl

  7. You must log in to post.