Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

  • MaWe4585
    Participant

    @mawe4585

    what port are you using? is it another port than default-port 80?


    MaWe4585
    Participant

    @mawe4585

    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.


    MaWe4585
    Participant

    @mawe4585

    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.


    MaWe4585
    Participant

    @mawe4585

    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.


    MaWe4585
    Participant

    @mawe4585

    Any news? Who is reading this?


    MaWe4585
    Participant

    @mawe4585

    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/wordpress

    Yes, 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?


    MaWe4585
    Participant

    @mawe4585

    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.

Viewing 7 replies - 1 through 7 (of 7 total)
Skip to toolbar