Home › Forums › Legacy Support › Support queries › How-to & Troubleshooting › Memory exhausted by problem with certificates plugin
Tagged: certificates
- This topic has 4 replies, 3 voices, and was last updated 2 years, 10 months ago by Anshuman Sahu.
Viewing 5 posts - 1 through 5 (of 5 total)
-
AuthorPosts
-
February 15, 2022 at 8:37 pm #380060evertorresParticipantHello, 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!February 15, 2022 at 8:38 pm #380061evertorresParticipantThis reply has been marked as private.February 16, 2022 at 2:19 pm #380118VeronicaModeratorhi you need to increase the memory size: https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/February 16, 2022 at 2:42 pm #380126evertorresParticipantVeronica, 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!February 17, 2022 at 4:40 pm #380254Anshuman SahuKeymasterHi 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 . -
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
- The topic ‘Memory exhausted by problem with certificates plugin’ is closed to new replies.