Forum Replies Created
-
Author
-
gerrybParticipant
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.
gerrybParticipantHello anna, you have some news? I would be very grateful if you could give me some help.
Thank YougerrybParticipanthello, 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 YougerrybParticipantYou 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
gerrybParticipanthello 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 -
AuthorPosts