Forum Replies Created
-
what port are you using? is it another port than default-port 80?
The default port of HTTP/Apache is Port 80.
Since this Port is already used on my computer i installed Apache on another port.URL then looks like: http://localhost:12345/
where 12345 is the port i used instead of 80.
if you use port 80 you don’t have to write ist, you just can write http://localhost/With any port other than 80 i had the problem described above.
As soon as i switched to port 80 it worked fine.I solved it for my installation.
In my installation i used another port as 80 for Apache.
AS soon as i switched to 80 it worked.I just ionstalled BuddyPress on a Server without different Port and it works fine there.
So i guess that is what causing it.
What the bug is exactly, that i don’t know. but it has something to do with the port i think.Any news? Who is reading this?
i think i found my problem.
in bp-core-functions.php there is this part:
// Nonce check failed
if ( empty( $result ) || empty( $action ) || ( strpos( $matched_url, $home_url ) !== 0 ) ) {
$result = false;
}i wrote $matched_url and $home_url to the log-file and TADAA
$matched_url = http://localhost:40080:40080/wordpress
$home_url = http://localhost:40080/wordpressYes, twice the port in matched_url.
This seems odd to me, can anyone say if it is correct this way, or if it is a bug?I have exactly the same problem, same versions as well, only i’m running under windows with xampp.
Would be great to get some help here.