Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • in reply to: Access wrong does not return error #49174
     gerryb
    Participant

    Hello Laura’s all right, I think I have corrected this problem. (i guess)
    The cause was a conflict with a plugin “cooked”, for fixing this issue I have removed this code snippet:

    add_action( ‘wp_login_failed’, ‘cp_fe_login_fail’ ); // hook failed login

    function cp_fe_login_fail( $username ) {
    $referrer = $_SERVER[‘HTTP_REFERER’];
    $referrer = explode(‘?’,$referrer);
    $referrer = $referrer[0];
    if ( !empty($referrer) && !strstr($referrer,’wp-login’) && !strstr($referrer,’wp-admin’) ) {
    wp_redirect( $referrer . ‘?loginfailed’ );
    exit;
    }
    }
    from functions.php (in cooked plugin!).

    A question
    It can cause a security problem?

    Thanks, hope to have an answer.

    in reply to: Access wrong does not return error #48796
     gerryb
    Participant

    Hello anna, you have some news? I would be very grateful if you could give me some help.
    Thank You

    in reply to: Access wrong does not return error #48725
     gerryb
    Participant
    This reply has been set as private.
    in reply to: Access wrong does not return error #48613
     gerryb
    Participant

    hello, I have not done no changes to the functions.php, I tried to disable the plugins but without change.
    I also tried zM Ajax Login & Register with this working properly, but I want to use one supplied in kleo, because it is well structured.
    How can I fix this?
    Thank You

    in reply to: Cover photo translation #47379
     gerryb
    Participant

    You know, I already did! but does not work with:

    1) made with poedit: does not work!
    2) codestyling localization: it does not work!

    3) I use wordpress for 6 years.

    NOTE: BPCP WITH VERSION 1.0.3 WORKED WELL

    thanks

    in reply to: Cover photo translation #47187
     gerryb
    Participant

    hello friend, have version 1.0.4 BuddyPress Cover Photo?
    if so, the Uninstall 1.0.4!
    install the 1.0.3, do your translations with CodeStyling Localization, it worked for me! This is a bag of version 1.0.4!
    I hope you can help

Viewing 6 posts - 1 through 6 (of 6 total)

Log in with your credentials

Forgot your details?