Forum Replies Created
-
In reply to: my bbpress topic and forum just keeps reloading!
other people are having this issue http://forums.iis.net/p/1150409/1930325.aspx#1930325 its only iis7
In reply to: my bbpress topic and forum just keeps reloading!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
In reply to: my bbpress topic and forum just keeps reloading!i found the code thats doing it but i cant take it out
In reply to: my bbpress topic and forum just keeps reloading!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?
In reply to: my bbpress topic and forum just keeps reloading!i even reainstalled bbpress on a different location on the server it must be the database
In reply to: my bbpress topic and forum just keeps reloading!ok , http://pastebin.org/71960 is it, but i switched themes and it still happens
In reply to: my bbpress topic and forum just keeps reloading!i am using wordpress , and i custom made both the themes for wordpress and bbpress they are seperated