Skip to:
Content
Pages
Categories
Search
Top
Bottom

my bbpress topic and forum just keeps reloading!

Viewing 19 replies - 1 through 19 (of 19 total)
  • @ipunkbali

    Member

    are you using wordpress? can you help me how did you blend bbpress and wordpress theme?

    @alexandanthony

    Member

    i am using wordpress , and i custom made both the themes for wordpress and bbpress they are seperated

    @michael888

    Participant

    alexandanthony: It lookas like you’ve modified something when you edited the theme files. It looks like it’s running some kind of continuous loop.

    Can you put the code for topic.php (in your my-themes directory) on pastebin.org? I’d like to have a look. :)

    Michael

    @alexandanthony

    Member

    ok , http://pastebin.org/71960 is it, but i switched themes and it still happens

    @michael888

    Participant

    I see – then it can’t be in the template. Must be something in the core. Do you remember what you did just before it started happening? We need details with this one.

    @alexandanthony

    Member

    i even reainstalled bbpress on a different location on the server it must be the database

    @michael888

    Participant

    That could be the only other option then – though I don’t understand how that would work.

    @chrishajer

    Participant

    Interesting, you’re going to throw the whole internets into a loop!

    Here are the headers:

    [~]$ curl -I http://strangebutfunny.net/forum/topic.php?id=2
    HTTP/1.1 200 OK
    Content-Length: 0
    Content-Type: text/html; charset=UTF-8
    Server: Microsoft-IIS/7.0
    X-Pingback: http://strangebutfunny.net/forum/xmlrpc.php
    Refresh: 0;url=http://strangebutfunny.net/forum/topic.php?id=2
    X-Powered-By: ASP.NET
    Date: Thu, 07 Jan 2010 17:09:09 GMT

    Why is there a “Refresh: 0;” in there? Do you have a fresh in any of your header.php files, maybe to direct people from the website to the forum?

    @alexandanthony

    Member

    chrishajer: i looked everywhere, i can’t find that code or anything that looks like it could it be a topic someone put with html in it?

    @alexandanthony

    Member

    i found the code thats doing it but i cant take it out

    @michael888

    Participant

    Could you post the code so we can have a look?

    @alexandanthony

    Member

    function wp_redirect($location, $status = 302) {

    global $is_IIS;

    $location = apply_filters(‘wp_redirect’, $location, $status);

    $status = apply_filters(‘wp_redirect_status’, $status, $location);

    if ( !$location ) // allows the wp_redirect filter to cancel a redirect

    return false;

    $location = wp_sanitize_redirect($location);

    if ( $is_IIS ) {

    header(“Refresh: 0;url=$location”);

    } else {

    if ( php_sapi_name() != ‘cgi-fcgi’ )

    status_header($status); // This causes problems on IIS and some FastCGI setups

    header(“Location: $location”);

    }

    }

    in file functions.bb-pluggable.php in bb-includes

    @alexandanthony

    Member

    other people are having this issue http://forums.iis.net/p/1150409/1930325.aspx#1930325 its only iis7

    @michael888

    Participant

    I can’t actually see where the problem is – not that I can find a problem. Just tested your forum, and it seems to work okay.

    @alexandanthony

    Member

    i switched to a linux server, kinda fixed the issue

    @alexandanthony

    Member

    Thank you guys so much for your help!~

    @chrishajer

    Participant

    Michael R, it’s acting normally today. Maybe alexandanthony made a change and will post back what was causing the problem.

    @alexandanthony

    Member

    i was forced to switch to a linux server because my windows server was incompatable, i master in php,asp.net,vb.net and a ton of others but i couldn’t do this! where can i report this bug

    @chrishajer

    Participant

    10 January 2010 03:13 GMT. I am about to release 5 replies from alexandanthony that were flagged by Akismet as spam.

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