Info
- 4 posts
- 2 voices
- Started 4 years ago by petitpoulain
- Latest reply from petitpoulain
- This topic is resolved
Guess the integration is right, but can't login
-
- Posted 4 years ago #
A place all the code. but when i can login! When i use the right password to log on BBpress the page reload and nothing happens.
with the wrong pass i get the "Log in failed page".
http://www.chrismise.com/blog
http://www.chrismise.com/blog/bbpres
:( -
- Posted 4 years ago #
Tell us about the install....what is your wp URL and bbPress URL? What do you have for the integration portion of your config.php?
Trent
-
- Posted 4 years ago #
the right links
http://www.chrismise.com/blog
http://www.chrismise.com/blog/bbpressNow i cant login to my blog too(but i solved changing the pass thought phpmyadmin o_O)
:( . Must have done something wrong.
$bb->wp_table_prefix = 'wp_'; // WordPress table prefix. Example: 'wp_'; $bb->wp_home = 'http://www.chrismise.com/blog'; // WordPress - Options->General: Blog address (URL) // Example: 'http://example.com' $bb->wp_siteurl = 'http://www.chrismise.com/blog'; // WordPress - Options->General: WordPress address (URL) // Example: 'http://example.com' /* Stop editing */ $bb->usercookie = 'wordpressuser_2de49fc36f5359dc455c4965686f06d3'; $bb->passcookie = 'wordpressuser_2de49fc36f5359dc455c4965686f06d3'; $bb->cookiedomain = 'http://www.chrismise.com'; $bb->cookiepath = '/blog/'; -
- Posted 4 years ago #
Solved!
I deleted the
$bb->usercookie = 'wordpressuser_2de49fc36f5359dc455c4965686f06d3'; $bb->passcookie = 'wordpressuser_2de49fc36f5359dc455c4965686f06d3'; $bb->cookiedomain = 'http://www.chrismise.com'; $bb->cookiepath = '/blog/';and worked :P
-
You must log in to post.