Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter habibal

    (@habibal)

    It was necessary to reinstall the plugin and reset all the data, it he actually acts the heaviness of the Gamipress table and the Heartbeat too frequent.

    Thread Starter habibal

    (@habibal)

    finally it is not a question of woocommerce the cache had distorted the result if we comment line n 27 of the file triggers.php the slowing down disappear. the inscription in the log?

    my cache is desiabled now

    // 'gamipress_peepso_new_activity_comment' => __( 'Write a comment on an activity post', 'gamipress-peepso-integration' ),
    my client must have a finished product I hook while waiting but it’s temporary
    you have an idea ?

    List of plugin install on the main site:
    Customer Reviews for WooCommerce
    affiliate-wp
    Elementor
    Elementor Pro
    GamiPress
    GamiPress – AffiliateWP integration
    GamiPress – Email Digests
    GamiPress – LearnDash integration
    GamiPress – Paid Memberships Pro integration
    GamiPress – PeepSo integration
    GamiPress – Progress Map
    GamiPress – WooCommerce Discounts
    GamiPress – WooCommerce Partial Payments
    GamiPress – WooCommerce Points Gateway
    GetResponse for WordPress
    Query Monitor
    Shortcodes Ultimate
    The Events Calendar
    Themify – WooCommerce Product Filter
    UpdraftPlus – Sauvegarde/Restauration
    WooCommerce
    WooCommerce Stripe Gateway
    WP Light Tours Builder
    WP WC User Registration
    WPC Frequently Bought Together for WooCommerce
    Yoast SEO`

    • This reply was modified 2 years, 8 months ago by habibal.
    • This reply was modified 2 years, 8 months ago by habibal.
    Thread Starter habibal

    (@habibal)

    Hello I forgot to write it on the first topic sorry
    After desactivating one by one of the plugins, the problem disappearing by desiable woocommerce!

    would you have an idea of the nature of this white please

    think you

    • This reply was modified 2 years, 8 months ago by habibal.
    Thread Starter habibal

    (@habibal)

    Hello Mr. Sj?lshagen, I inform you that I introduced a Hook in Function.php from the Sub site Club:

    function add_user_meta_capabilities () {
      global $wpdb	;  
      $id = $wpdb->get_var( "SELECT id FROM $wpdb->users ORDER BY id DESC LIMIT 1" );
      $cap = [ "subscriber" => true ];
      if (empty(get_user_meta($id, 'wpyc_3_capabilities', true))) add_user_meta( $id , 'wpyc_3_capabilities', $cap );
      if (empty(get_user_meta($id, 'wpyc_2_capabilities', true))) add_user_meta( $id , 'wpyc_2_capabilities', $cap );
      if (empty(get_user_meta($id, 'wpyc_4_capabilities', true))) add_user_meta( $id , 'wpyc_4_capabilities', $cap );
    }
    add_action ('added_user_meta' , 'add_user_meta_capabilities', 10);

    While waiting for your fix that say I have a problem it must be done twice why? I did not understand and the second time I have this message in the textarea status:

    Loading...
    JavaScript Loaded.
    Error during import (# of errors: 5):
    Warning: The payment gateway integration provided (membership_gateway: stripe) is not one of the supported payment gateway integrations! (Changed and using the default value for user (ID: 832) )
    Warning: May cancel membership for user (ID: 833) since there is no membership ID assigned for them.
    Error: The membership ID (0) specified for this user (ID: 833) is not a defined membership level, so we can't assign it. (Membership data not imported!)
    Warning: The payment gateway integration provided (membership_gateway: paypalexpress) is not one of the supported payment gateway integrations! (Changed and using the default value for user (ID: 833) )
    Warning: The payment gateway integration provided (membership_gateway: paypalexpress) is not one of the supported payment gateway integrations! (Changed and using the default value for user (ID: 834) )
    Thread Starter habibal

    (@habibal)

    I thank you for your quick reply, in fact there is in the database the table wp_usermeta, there is only the wp_capabilities that corresponds to club, which function and I would like to have wp_3_capabilities and wp_4_capabilities, but there is nothing Even though during Upload the answer is DONE ! And the result in the console is at the AJAX query
    {“SUCCESS”: True, “Data”: {“status”: true, “message”: null, “display_errors”: null}}
    Is it normal that message = null or there’s a problem?

    multisite screenshoot option

    • This reply was modified 2 years, 8 months ago by habibal.
Viewing 5 replies - 1 through 5 (of 5 total)