This topic has 12 replies, 2 voices, and was last updated 11 years by Abe.

  • Author
  • #19431
     Maurice
    Participant

    Hello,

    For pending registration options I use this plugin: BP-Registration-Options Version 4.1.3 | By Brian Messenlehner of WebDevStudios & Jibbius

    Now when member registration is approved by admin. Member should have full functions like other members of course.
    However when new approved member sends public or private message, upon pressing sending message button, errors occurs and part of website is displayed in members profile. Also no message or friendship request is received by recepient.

    Without activating the BP-Registration-Options Version 4.1.3 plugin, everything works fine.
    If you cant help, because its not a theme issue maybe ? I should contact plugin developer?
    Or try another pending registration plugin? If so, which one??

    Thanks and kind regards,

    Maurice

    #19486
     Maurice
    Participant

    UPDATE:

    Hello, even when the BP-Registration-Options plugin is DEactivated this error is still there.
    When member joins group/forum and posts update, like comment again, also part of website is displayed in members profil and no comment is posted.

    Kind regards, have a nice weekend.

    Maurice

    #19706
     Abe
    Keymaster

    Hi, It could be a problem with the plugin. Try contacting the developer. Try registering and activating a new user with the plugin deactivated

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #19790
     Maurice
    Participant

    Hi,

    I have deleted the plug in and som other plugins which were unnecessary at the moment.

    Still the problem is there when sending messages to another meber for example.

    With kind regards,

    Maurice

    #20275
     Abe
    Keymaster

    I don’t understand the problem when sending a message that you get

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #20291
     Maurice
    Participant

    Hello,

    Please go to universallovers.com and log in.
    user1: Tika
    pass1: @SweetDater#You
    user2: Tina (this one is admin role, when logged in press: http://www.universallovers.com/wp-admin for dashboard
    pass2: @SweetDater#You

    Go the the users profile where they can send messages to each other.
    For example logged in as Tika sent a private and or public message to Tina and when responding from Tina you wil get a part of the home page projected in the profile.
    Try to sent public and private messages, but also return message or add friendship between users.
    Then you will get/view the error.
    Error is with old and new users.

    I have purchased in meantime a second sweetdate theme. This doesnt have this problem of course.

    Hope you can help,

    Kind regards,

    Maurice

    #20585
     Abe
    Keymaster

    Hi, I entered your website and you have a fatal error caused by some changed in the theme. Try to replace the current theme files with the original files by re-downloading it again from Themeforest. Also make a backup to the old files just in case.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #20590
     Maurice
    Participant

    Hello,

    I will try, but we updated the theme recently, before the update the mentioned error was there and after the update it still was there.
    Any suggestions which file could be problematic then?

    Kind regards,

    Maurice

    #20731
     Abe
    Keymaster

    @Maurice you have a plugin or something restricting wp-admin so this is not theme related. try to fix your install problem

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #20952
     Maurice
    Participant

    Hello,

    Thanks for the help and direction.
    As far as I can see I had to deleted/deactivated this plugin.
    Addional coding to fix the restriction has been done.
    Thanks for the help.

    Kind regards,

    Maurice

    #20954
     Abe
    Keymaster

    Great. What additional coding? Something related to the theme or something that is related to your customization?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #21024
     Maurice
    Participant

    Hello,

    A editor put this code in funtions php. Hope it helps someone.

    In functions.php:
    add_action( ‘admin_init’, ‘redirect_non_admin_users’ );
    function redirect_non_admin_users() {
    if ( ! current_user_can( ‘manage_options’ ) && ‘/wp-admin/admin-ajax.php’ != $_SERVER[‘PHP_SELF’] ) {
    wp_redirect( home_url() );
    exit;
    }
    }

    #21156
     Abe
    Keymaster

    Great, thanks Maurice. Closing the topic

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 13 posts - 1 through 13 (of 13 total)

The topic ‘Theme/Buddypress error with bb registration plugin’ is closed to new replies.

Log in with your credentials

Forgot your details?