Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

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


    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’)

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