Skip to:
Content
Pages
Categories
Search
Top
Bottom

Unable to leave the group !!!


  • mulapalliprasad
    Participant

    @mulapalliprasad

    I have used the onecommunity theme and have installed buddypress. I created a group and allowed member to join the same group. When I logged into the members credentials and try to leave i get an error “There was an error leaving the group.”

    kindly help

    link medinall.blorover.com

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

  • mulapalliprasad
    Participant

    @mulapalliprasad

    The same is the case with other two features

    Unable to cancel friendship (getting an error message of ‘Friendship could not be cancelled’)
    Unable to cancel friendship request (getting an error message of ‘Friendship Request could not be cancelled’)


    mulapalliprasad
    Participant

    @mulapalliprasad

    Found the issue !!

    As per the logs (how to enable logs ? check below ), it states that its unable to DELETE the group entry in database. At cpanel level, the mysql user did not ahve permissions hence the error.

    had this error in log file :
    [05-Feb-2017 19:57:50 UTC] WordPress database error DELETE command denied to user ‘mysql user’@’999-144-214-244.wkbox.net’ for table ‘wp_options’ for query DELETE FROM wp_options WHERE option_name = ‘_transient__bp_activation_redirect’ made by do_action(‘admin_init’), call_user_func_array, bp_admin_init, do_action(‘bp_admin_init’), call_user_func_array, bp_do_activation_redirect, get_transient, delete_option
    [05-Feb-2017 19:57:50 UTC] WordPress database error DELETE command denied to user ‘mysql user ‘@’99.4444.444.sfa.net’ for table ‘wp_options’ for query DELETE FROM wp_options WHERE option_name = ‘_transient_timeout__bp_activation_redirect’ made by do_action(‘admin_init’), call_user_func_array, bp_admin_init, do_action(‘bp_admin_init’), call_user_func_array, bp_do_activation_redirect, get_transient, delete_option

    Thanks
    Prasad.

    how to enable logs in WP :
    Check your dashboard

    The current error_log value error_log is not supported. Please change it to an absolute path.

    To enable error logging, create an empty file named “php-errors.log”. Place it in a directory that is not publicly accessible (preferably outside your web root) and ensure it is writable by the web server. Then add the following code to wp-config.php:

    ini_set(‘log_errors’, ‘On’);
    ini_set(‘error_log’, ‘/full/path/to/php-errors.log’);
    For reference, the full path of the WordPress directory is:
    /home/blurover/medinall.blurover.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar