Skip to:
Content
Pages
Categories
Search
Top
Bottom

cookie timeout

  • I was able to get my new installation integrated properly, and i can post and add new forums, but when i try to click the link to the forum or read the post, Firefox gives me this error msg:

    “The page isn’t redirecting properly

    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

    * This problem can sometimes be caused by disabling or refusing to accept

    cookies.”

Viewing 3 replies - 1 through 3 (of 3 total)
  • I had this happen to me. I would imagine that the same thing is happening with you. What my problem was not with the actual integration because it even tells you that you are logged in, but that the ‘URL’ in the config.php file was wrong. I had to really look close at the directions. Using your URL from above I couldn’t make heads or tails because the link wouldn’t resolve, but it most likely is in the following section:

    // If your bbPress URL is http://bbpress.example.com/forums/ , the examples would be correct.

    // Adjust the domain and path to suit your actual URL.

    // Just the domain name; no directories or path. There should be no trailing slash here.

    $bb->domain = 'http://yourdirectory.yoursite.com'; // Example: 'http://bbpress.example.com'

    // There should be both a leading and trailing slash here. '/' is fine if the site is in root.

    $bb->path = '/forum/'; // Example: '/forums/'

    Maybe check that out.

    thanks alot for having me look it back over. See, I haven’t yet pointed my site to my domain yet, http://www.tammyhartdesigns.com, because i want to develop this before i release it, so i have to use that weird address to see the site so far. So i was using the /~wwwtamm as part of the address, and putting it there. but I moved it to the directories part: ‘/~wwwtamm/wordpress/bbPress/’

    and now it all works! thanks again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar