Memory exhausted by problem with certificates plugin

Home Forums Legacy Support Support queries How-to & Troubleshooting Memory exhausted by problem with certificates plugin

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #380060
    evertorres
    Participant
    Hello, I identified this error in the error log https://2evs.co/wp-admin/error_log apparently related to the certificates plugin. [15-Feb-2022 12:55:19 UTC] Error Unknown column 'uid' in 'order clause' de la base de datos de WordPress para la consulta SELECT user_id, meta_key, meta_value FROM 2ej_usermeta WHERE user_id IN (12,13,16,17,20,43,45,46,47,52,53,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,74,75,76 *** .... a lot of ids .... 231,7232,7233,7234,7235,7236,7237,7238,7239,7240,7241,7242,7243,7244,7245,7248,7249,7251,7253,7254) ORDER BY uid ASC realizada por do_action('wp_ajax_assign_badge_certificates'), WP_Hook->do_action, WP_Hook->apply_filters, BP_Course_Ajax->assign_badge_certificates, do_action('wplms_bulk_action'), WP_Hook->do_action, WP_Hook->apply_filters, bp_course_activity->bulk_action, bp_course_record_activity_meta, bp_activity_update_meta, update_metadata, add_metadata, do_action('added_activity_meta'), WP_Hook->do_action, WP_Hook->apply_filters, process_certificate_pattern->grab_activity_meta, bp_activity_get, BP_Activity_Activity::get, BP_Activity_Activity::append_user_fullnames, bp_core_get_user_displaynames, cache_users, update_meta_cache once its happen a Fatal error goes to my site: [15-Feb-2022 12:55:21 UTC] PHP Fatal error: Allowed memory size of 805306368 bytes exhausted (tried to allocate 20480 bytes) in /home/evscozmg/public_html/wp-content/plugins/buddypress/bp-core/bp-core-cache.php on line 243 Please check! Best Regards!
    #380061
    evertorres
    Participant
    This reply has been marked as private.
    #380118
    Veronica
    Moderator
    hi you need to increase the memory size: https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
    #380126
    evertorres
    Participant
    Veronica, I have enough memory size (768M). Please be focus in the error generated by the wplms plugins and avoid the exhaust the memory whe I tried to generate a certificate. do_action('wp_ajax_assign_badge_certificates'), WP_Hook->do_action, WP_Hook->apply_filters, BP_Course_Ajax->assign_badge_certificates, do_action('wplms_bulk_action'), WP_Hook->do_action, WP_Hook->apply_filters, bp_course_activity->bulk_action, bp_course_record_activity_meta, bp_activity_update_meta, update_metadata, add_metadata, do_action('added_activity_meta'), WP_Hook->do_action, WP_Hook->apply_filters, process_certificate_pattern->grab_activity_meta, bp_activity_get, BP_Activity_Activity::get, BP_Activity_Activity::append_user_fullnames, bp_core_get_user_displaynames, cache_users, update_meta_cache I think (but im not sure) this problem is related to this: https://wplms.io/support/forums/topic/facing-problems-with-custom-certificate-codes-or-wplms-certificated/ best regards!
    #380254
    Anshuman Sahu
    Keymaster
    Hi this seems to be an issue from the wordpress updated itself recently : please try adding : add_filter( 'update_post_metadata_cache', '__return_false' ); to wplms-customizer.php file in wplms customizer plugin .
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Memory exhausted by problem with certificates plugin’ is closed to new replies.