Fatal Memory Leak

Tagged:
  • Murat
    Participant
    3 years, 3 months ago #23414

    I am getting these repetivtive errors that lead to out of memmoery issues – despite I have assigned EIGHT GIGA BYTE FOR PHP (I HAVE 128GB ON SERFER)
    MY CONFIG:::
    define( ‘WP_DEBUG’, true );
    define( ‘WP_DEBUG_LOG’, ‘/home/sharif-bazar.com/public_html/wp-content/wp-errors.log’ );
    define( ‘WP_DEBUG_DISPLAY’, false );
    define(‘WP_MEMORY_LIMIT’, ‘6G’);
    define(‘WP_MAX_MEMORY_LIMIT’, ‘8G’ );
    define( ‘QM_ENABLE_CAPS_PANEL’, true );
    – I Face this error in WP5.5 and 5.6 … both in PHP 7.3 and 7.4
    the website works normally and after few minutes I start getting whitescreen – which translate to this error below when hitting out of memory..
    i have tried reducing and disabling my other plugins – so far – I can see WPSOLR causing the issue..

    =============

    [04-Jan-2021 09:17:22 UTC] PHP Notice: Trying to get property ‘ID’ of non-object in /home/sharif-bazar.com/public_html/wp-includes/class-wp-query.php on line 4019
    [04-Jan-2021 09:17:22 UTC] PHP Stack trace:
    [04-Jan-2021 09:17:22 UTC] PHP 1. {main}() /home/sharif-bazar.com/public_html/index.php:0
    [04-Jan-2021 09:17:22 UTC] PHP 2. require() /home/sharif-bazar.com/public_html/index.php:17
    [04-Jan-2021 09:17:22 UTC] PHP 3. require_once() /home/sharif-bazar.com/public_html/wp-blog-header.php:13
    [04-Jan-2021 09:17:22 UTC] PHP 4. require_once() /home/sharif-bazar.com/public_html/wp-load.php:37
    [04-Jan-2021 09:17:22 UTC] PHP 5. require_once() /home/sharif-bazar.com/public_html/wp-config.php:81
    [04-Jan-2021 09:17:22 UTC] PHP 6. do_action() /home/sharif-bazar.com/public_html/wp-settings.php:568
    [04-Jan-2021 09:17:22 UTC] PHP 7. WP_Hook->do_action() /home/sharif-bazar.com/public_html/wp-includes/plugin.php:478
    [04-Jan-2021 09:17:22 UTC] PHP 8. WP_Hook->apply_filters() /home/sharif-bazar.com/public_html/wp-includes/class-wp-hook.php:311
    [04-Jan-2021 09:17:22 UTC] PHP 9. wpsolr\core\classes\services\WPSOLR_Service_Container::action_wp_loaded() /home/sharif-bazar.com/public_html/wp-includes/class-wp-hook.php:287
    [04-Jan-2021 09:17:22 UTC] PHP 10. wpsolr\core\classes\services\WPSOLR_Service_Container::get_is_replace_by_wpsolr_query() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/core/classes/services/class-wpsolr-service-container.php:39
    [04-Jan-2021 09:17:22 UTC] PHP 11. apply_filters() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/core/classes/services/class-wpsolr-service-container.php:164
    [04-Jan-2021 09:17:22 UTC] PHP 12. WP_Hook->apply_filters() /home/sharif-bazar.com/public_html/wp-includes/plugin.php:206
    [04-Jan-2021 09:17:22 UTC] PHP 13. wpsolr\pro\extensions\woocommerce\WPSOLR_Plugin_WooCommerce->wpsolr_filter_is_replace_by_wpsolr_query() /home/sharif-bazar.com/public_html/wp-includes/class-wp-hook.php:287
    [04-Jan-2021 09:17:22 UTC] PHP 14. wpsolr\pro\extensions\woocommerce\WPSOLR_Plugin_WooCommerce->get_is_category_search() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/woocommerce/class-wpsolr-plugin-woocommerce.php:434
    [04-Jan-2021 09:17:22 UTC] PHP 15. wpsolr\pro\extensions\woocommerce\WPSOLR_Plugin_WooCommerce->is_product_category_url() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/woocommerce/class-wpsolr-plugin-woocommerce.php:378
    [04-Jan-2021 09:17:22 UTC] PHP 16. is_shop() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/woocommerce/class-wpsolr-plugin-woocommerce.php:402
    [04-Jan-2021 09:17:22 UTC] PHP 17. is_page() /home/sharif-bazar.com/public_html/wp-content/plugins/woocommerce/includes/wc-conditional-functions.php:34
    [04-Jan-2021 09:17:22 UTC] PHP 18. WP_Query->is_page() /home/sharif-bazar.com/public_html/wp-includes/query.php:585
    [04-Jan-2021 09:17:22 UTC] PHP Notice: Trying to get property ‘post_title’ of non-object in /home/sharif-bazar.com/public_html/wp-includes/class-wp-query.php on line 4021
    [04-Jan-2021 09:17:22 UTC] PHP Stack trace:
    [04-Jan-2021 09:17:22 UTC] PHP 1. {main}() /home/sharif-bazar.com/public_html/index.php:0
    [04-Jan-2021 09:17:22 UTC] PHP 2. require() /home/sharif-bazar.com/public_html/index.php:17
    [04-Jan-2021 09:17:22 UTC] PHP 3. require_once() /home/sharif-bazar.com/public_html/wp-blog-header.php:13
    [04-Jan-2021 09:17:22 UTC] PHP 4. require_once() /home/sharif-bazar.com/public_html/wp-load.php:37
    [04-Jan-2021 09:17:22 UTC] PHP 5. require_once() /home/sharif-bazar.com/public_html/wp-config.php:81
    [04-Jan-2021 09:17:22 UTC] PHP 6. do_action() /home/sharif-bazar.com/public_html/wp-settings.php:568
    [04-Jan-2021 09:17:22 UTC] PHP 7. WP_Hook->do_action() /home/sharif-bazar.com/public_html/wp-includes/plugin.php:478
    [04-Jan-2021 09:17:22 UTC] PHP 8. WP_Hook->apply_filters() /home/sharif-bazar.com/public_html/wp-includes/class-wp-hook.php:311
    [04-Jan-2021 09:17:22 UTC] PHP 9. wpsolr\core\classes\services\WPSOLR_Service_Container::action_wp_loaded() /home/sharif-bazar.com/public_html/wp-includes/class-wp-hook.php:287
    [04-Jan-2021 09:17:22 UTC] PHP 10. wpsolr\core\classes\services\WPSOLR_Service_Container::get_is_replace_by_wpsolr_query() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/core/classes/services/class-wpsolr-service-container.php:39
    [04-Jan-2021 09:17:22 UTC] PHP 11. apply_filters() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/core/classes/services/class-wpsolr-service-container.php:164
    [04-Jan-2021 09:17:22 UTC] PHP 12. WP_Hook->apply_filters() /home/sharif-bazar.com/public_html/wp-includes/plugin.php:206
    [04-Jan-2021 09:17:22 UTC] PHP 13. wpsolr\pro\extensions\woocommerce\WPSOLR_Plugin_WooCommerce->wpsolr_filter_is_replace_by_wpsolr_query() /home/sharif-bazar.com/public_html/wp-includes/class-wp-hook.php:287
    [04-Jan-2021 09:17:22 UTC] PHP 14. wpsolr\pro\extensions\woocommerce\WPSOLR_Plugin_WooCommerce->get_is_category_search() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/woocommerce/class-wpsolr-plugin-woocommerce.php:434
    [04-Jan-2021 09:17:22 UTC] PHP 15. wpsolr\pro\extensions\woocommerce\WPSOLR_Plugin_WooCommerce->is_product_category_url() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/woocommerce/class-wpsolr-plugin-woocommerce.php:378
    [04-Jan-2021 09:17:22 UTC] PHP 16. is_shop() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/woocommerce/class-wpsolr-plugin-woocommerce.php:402
    [04-Jan-2021 09:17:22 UTC] PHP 17. is_page() /home/sharif-bazar.com/public_html/wp-content/plugins/woocommerce/includes/wc-conditional-functions.php:34
    [04-Jan-2021 09:17:22 UTC] PHP 18. WP_Query->is_page() /home/sharif-bazar.com/public_html/wp-includes/query.php:585
    [04-Jan-2021 09:17:22 UTC] PHP Notice: Trying to get property ‘post_name’ of non-object in /home/sharif-bazar.com/public_html/wp-includes/class-wp-query.php on line 4023
    [04-Jan-2021 09:17:22 UTC] PHP Stack trace:
    [04-Jan-2021 09:17:22 UTC] PHP 1. {main}() /home/sharif-bazar.com/public_html/index.php:0
    [04-Jan-2021 09:17:22 UTC] PHP 2. require() /home/sharif-bazar.com/public_html/index.php:17
    [04-Jan-2021 09:17:22 UTC] PHP 3. require_once() /home/sharif-bazar.com/public_html/wp-blog-header.php:13
    [04-Jan-2021 09:17:22 UTC] PHP 4. require_once() /home/sharif-bazar.com/public_html/wp-load.php:37
    [04-Jan-2021 09:17:22 UTC] PHP 5. require_once() /home/sharif-bazar.com/public_html/wp-config.php:81
    [04-Jan-2021 09:17:22 UTC] PHP 6. do_action() /home/sharif-bazar.com/public_html/wp-settings.php:568
    [04-Jan-2021 09:17:22 UTC] PHP 7. WP_Hook->do_action() /home/sharif-bazar.com/public_html/wp-includes/plugin.php:478
    [04-Jan-2021 09:17:22 UTC] PHP 8. WP_Hook->apply_filters() /home/sharif-bazar.com/public_html/wp-includes/class-wp-hook.php:311
    [04-Jan-2021 09:17:22 UTC] PHP 9. wpsolr\core\classes\services\WPSOLR_Service_Container::action_wp_loaded() /home/sharif-bazar.com/public_html/wp-includes/class-wp-hook.php:287
    [04-Jan-2021 09:17:22 UTC] PHP 10. wpsolr\core\classes\services\WPSOLR_Service_Container::get_is_replace_by_wpsolr_query() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/core/classes/services/class-wpsolr-service-container.php:39
    [04-Jan-2021 09:17:22 UTC] PHP 11. apply_filters() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/core/classes/services/class-wpsolr-service-container.php:164
    [04-Jan-2021 09:17:22 UTC] PHP 12. WP_Hook->apply_filters() /home/sharif-bazar.com/public_html/wp-includes/plugin.php:206
    [04-Jan-2021 09:17:22 UTC] PHP 13. wpsolr\pro\extensions\woocommerce\WPSOLR_Plugin_WooCommerce->wpsolr_filter_is_replace_by_wpsolr_query() /home/sharif-bazar.com/public_html/wp-includes/class-wp-hook.php:287
    [04-Jan-2021 09:17:22 UTC] PHP 14. wpsolr\pro\extensions\woocommerce\WPSOLR_Plugin_WooCommerce->get_is_category_search() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/woocommerce/class-wpsolr-plugin-woocommerce.php:434
    [04-Jan-2021 09:17:22 UTC] PHP 15. wpsolr\pro\extensions\woocommerce\WPSOLR_Plugin_WooCommerce->is_product_category_url() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/woocommerce/class-wpsolr-plugin-woocommerce.php:378
    [04-Jan-2021 09:17:22 UTC] PHP 16. is_shop() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/woocommerce/class-wpsolr-plugin-woocommerce.php:402
    [04-Jan-2021 09:17:22 UTC] PHP 17. is_page() /home/sharif-bazar.com/public_html/wp-content/plugins/woocommerce/includes/wc-conditional-functions.php:34
    [04-Jan-2021 09:17:22 UTC] PHP 18. WP_Query->is_page() /home/sharif-bazar.com/public_html/wp-includes/query.php:585
    [04-Jan-2021 09:17:24 UTC] PHP Notice: Trying to get property ‘ID’ of non-object in /home/sharif-bazar.com/public_html/wp-includes/class-wp-query.php on line 4019
    [04-Jan-2021 09:17:24 UTC] PHP Stack trace:
    [04-Jan-2021 09:17:24 UTC] PHP 1. {main}() /home/sharif-bazar.com/public_html/index.php:0
    [04-Jan-2021 09:17:24 UTC] PHP 2. require() /home/sharif-bazar.com/public_html/index.php:17
    [04-Jan-2021 09:17:24 UTC] PHP 3. require_once() /home/sharif-bazar.com/public_html/wp-blog-header.php:13
    [04-Jan-2021 09:17:24 UTC] PHP 4. require_once() /home/sharif-bazar.com/public_html/wp-load.php:37
    [04-Jan-2021 09:17:24 UTC] PHP 5. require_once() /home/sharif-bazar.com/public_html/wp-config.php:81
    [04-Jan-2021 09:17:24 UTC] PHP 6. do_action() /home/sharif-bazar.com/public_html/wp-settings.php:568
    [04-Jan-2021 09:17:24 UTC] PHP 7. WP_Hook->do_action() /home/sharif-bazar.com/public_html/wp-includes/plugin.php:478
    [04-Jan-2021 09:17:24 UTC] PHP 8. WP_Hook->apply_filters() /home/sharif-bazar.com/public_html/wp-includes/class-wp-hook.php:311
    [04-Jan-2021 09:17:24 UTC] PHP 9. wpsolr\core\classes\services\WPSOLR_Service_Container::action_wp_loaded() /home/sharif-bazar.com/public_html/wp-includes/class-wp-hook.php:287
    [04-Jan-2021 09:17:24 UTC] PHP 10. wpsolr\core\classes\services\WPSOLR_Service_Container::get_is_replace_by_wpsolr_query() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/core/classes/services/class-wpsolr-service-container.php:39
    [04-Jan-2021 09:17:24 UTC] PHP 11. apply_filters() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/core/classes/services/class-wpsolr-service-container.php:164
    [04-Jan-2021 09:17:24 UTC] PHP 12. WP_Hook->apply_filters() /home/sharif-bazar.com/public_html/wp-includes/plugin.php:206
    [04-Jan-2021 09:17:24 UTC] PHP 13. wpsolr\pro\extensions\woocommerce\WPSOLR_Plugin_WooCommerce->wpsolr_filter_is_replace_by_wpsolr_query() /home/sharif-bazar.com/public_html/wp-includes/class-wp-hook.php:287
    [04-Jan-2021 09:17:24 UTC] PHP 14. wpsolr\pro\extensions\woocommerce\WPSOLR_Plugin_WooCommerce->get_is_category_search() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/woocommerce/class-wpsolr-plugin-woocommerce.php:434
    [04-Jan-2021 09:17:24 UTC] PHP 15. wpsolr\pro\extensions\woocommerce\WPSOLR_Plugin_WooCommerce->is_product_category_url() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/woocommerce/class-wpsolr-plugin-woocommerce.php:378
    [04-Jan-2021 09:17:24 UTC] PHP 16. is_shop() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/woocommerce/class-wpsolr-plugin-woocommerce.php:402
    [04-Jan-2021 09:17:24 UTC] PHP 17. is_page() /home/sharif-bazar.com/public_html/wp-content/plugins/woocommerce/includes/wc-conditional-functions.php:34
    [04-Jan-2021 09:17:24 UTC] PHP 18. WP_Query->is_page() /home/sharif-bazar.com/public_html/wp-includes/query.php:585
    [04-Jan-2021 09:17:24 UTC] PHP Notice: Trying to get property ‘post_title’ of non-object in /home/sharif-bazar.com/public_html/wp-includes/class-wp-query.php on line 4021
    [04-Jan-2021 09:17:24 UTC] PHP Stack trace:
    [04-Jan-2021 09:17:24 UTC] PHP 1. {main}() /home/sharif-bazar.com/public_html/index.php:0
    [04-Jan-2021 09:17:24 UTC] PHP 2. require() /home/sharif-bazar.com/public_html/index.php:17
    [04-Jan-2021 09:17:24 UTC] PHP 3. require_once() /home/sharif-bazar.com/public_html/wp-blog-header.php:13
    [04-Jan-2021 09:17:24 UTC] PHP 4. require_once() /home/sharif-bazar.com/public_html/wp-load.php:37
    [04-Jan-2021 09:17:24 UTC] PHP 5. require_once() /home/sharif-bazar.com/public_html/wp-config.php:81
    [04-Jan-2021 09:17:24 UTC] PHP 6. do_action() /home/sharif-bazar.com/public_html/wp-settings.php:568
    [04-Jan-2021 09:17:24 UTC] PHP 7. WP_Hook->do_action() /home/sharif-bazar.com/public_html/wp-includes/plugin.php:478
    [04-Jan-2021 09:17:24 UTC] PHP 8. WP_Hook->apply_filters() /home/sharif-bazar.com/public_html/wp-includes/class-wp-hook.php:311
    [04-Jan-2021 09:17:24 UTC] PHP 9. wpsolr\core\classes\services\WPSOLR_Service_Container::action_wp_loaded() /home/sharif-bazar.com/public_html/wp-includes/class-wp-hook.php:287
    [04-Jan-2021 09:17:24 UTC] PHP 10. wpsolr\core\classes\services\WPSOLR_Service_Container::get_is_replace_by_wpsolr_query() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/core/classes/services/class-wpsolr-service-container.php:39
    [04-Jan-2021 09:17:24 UTC] PHP 11. apply_filters() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/core/classes/services/class-wpsolr-service-container.php:164
    [04-Jan-2021 09:17:24 UTC] PHP 12. WP_Hook->apply_filters() /home/sharif-bazar.com/public_html/wp-includes/plugin.php:206
    [04-Jan-2021 09:17:24 UTC] PHP 13. wpsolr\pro\extensions\woocommerce\WPSOLR_Plugin_WooCommerce->wpsolr_filter_is_replace_by_wpsolr_query() /home/sharif-bazar.com/public_html/wp-includes/class-wp-hook.php:287
    [04-Jan-2021 09:17:24 UTC] PHP 14. wpsolr\pro\extensions\woocommerce\WPSOLR_Plugin_WooCommerce->get_is_category_search() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/woocommerce/class-wpsolr-plugin-woocommerce.php:434
    [04-Jan-2021 09:17:24 UTC] PHP 15. wpsolr\pro\extensions\woocommerce\WPSOLR_Plugin_WooCommerce->is_product_category_url() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/woocommerce/class-wpsolr-plugin-woocommerce.php:378
    [04-Jan-2021 09:17:24 UTC] PHP 16. is_shop() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/woocommerce/class-wpsolr-plugin-woocommerce.php:402
    [04-Jan-2021 09:17:24 UTC] PHP 17. is_page() /home/sharif-bazar.com/public_html/wp-content/plugins/woocommerce/includes/wc-conditional-functions.php:34
    [04-Jan-2021 09:17:24 UTC] PHP 18. WP_Query->is_page() /home/sharif-bazar.com/public_html/wp-includes/query.php:585
    [04-Jan-2021 09:17:24 UTC] PHP Notice: Trying to get property ‘post_name’ of non-object in /home/sharif-bazar.com/public_html/wp-includes/class-wp-query.php on line 4023
    [04-Jan-2021 09:17:24 UTC] PHP Stack trace:
    [04-Jan-2021 09:17:24 UTC] PHP 1. {main}() /home/sharif-bazar.com/public_html/index.php:0
    [04-Jan-2021 09:17:24 UTC] PHP 2. require() /home/sharif-bazar.com/public_html/index.php:17
    [04-Jan-2021 09:17:24 UTC] PHP 3. require_once() /home/sharif-bazar.com/public_html/wp-blog-header.php:13
    [04-Jan-2021 09:17:24 UTC] PHP 4. require_once() /home/sharif-bazar.com/public_html/wp-load.php:37
    [04-Jan-2021 09:17:24 UTC] PHP 5. require_once() /home/sharif-bazar.com/public_html/wp-config.php:81
    [04-Jan-2021 09:17:24 UTC] PHP 6. do_action() /home/sharif-bazar.com/public_html/wp-settings.php:568
    [04-Jan-2021 09:17:24 UTC] PHP 7. WP_Hook->do_action() /home/sharif-bazar.com/public_html/wp-includes/plugin.php:478
    [04-Jan-2021 09:17:24 UTC] PHP 8. WP_Hook->apply_filters() /home/sharif-bazar.com/public_html/wp-includes/class-wp-hook.php:311
    [04-Jan-2021 09:17:24 UTC] PHP 9. wpsolr\core\classes\services\WPSOLR_Service_Container::action_wp_loaded() /home/sharif-bazar.com/public_html/wp-includes/class-wp-hook.php:287
    [04-Jan-2021 09:17:24 UTC] PHP 10. wpsolr\core\classes\services\WPSOLR_Service_Container::get_is_replace_by_wpsolr_query() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/core/classes/services/class-wpsolr-service-container.php:39
    [04-Jan-2021 09:17:24 UTC] PHP 11. apply_filters() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/core/classes/services/class-wpsolr-service-container.php:164
    [04-Jan-2021 09:17:24 UTC] PHP 12. WP_Hook->apply_filters() /home/sharif-bazar.com/public_html/wp-includes/plugin.php:206
    [04-Jan-2021 09:17:24 UTC] PHP 13. wpsolr\pro\extensions\woocommerce\WPSOLR_Plugin_WooCommerce->wpsolr_filter_is_replace_by_wpsolr_query() /home/sharif-bazar.com/public_html/wp-includes/class-wp-hook.php:287
    [04-Jan-2021 09:17:24 UTC] PHP 14. wpsolr\pro\extensions\woocommerce\WPSOLR_Plugin_WooCommerce->get_is_category_search() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/woocommerce/class-wpsolr-plugin-woocommerce.php:434
    [04-Jan-2021 09:17:24 UTC] PHP 15. wpsolr\pro\extensions\woocommerce\WPSOLR_Plugin_WooCommerce->is_product_category_url() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/woocommerce/class-wpsolr-plugin-woocommerce.php:378
    [04-Jan-2021 09:17:24 UTC] PHP 16. is_shop() /home/sharif-bazar.com/public_html/wp-content/plugins/wpsolr-pro/wpsolr/pro/extensions/woocommerce/class-wpsolr-plugin-woocommerce.php:402
    [04-Jan-2021 09:17:24 UTC] PHP 17. is_page() /home/sharif-bazar.com/public_html/wp-content/plugins/woocommerce/includes/wc-conditional-functions.php:34
    [04-Jan-2021 09:17:24 UTC] PHP 18. WP_Query->is_page() /home/sharif-bazar.com/public_html/wp-includes/query.php:585

    wpsolr
    Keymaster
    3 years, 3 months ago #23415

    Please deactivate WPSOLR and verify the out of memory happens again.

    Murat
    Participant
    3 years, 3 months ago #23416

    Hmmm,,
    Having disabled that – the error still persists — I have cleared my DEBUG file and now after second attempt to clear cache and revisit different pages on site I collected the following notices and errors:
    =================
    [04-Jan-2021 10:00:58 UTC] PHP Notice:
    Trying to get property ‘ID’ of non-object in /home/sharif-bazar.com/public_html/wp-includes/class-wp-query.php on line 4019
    [04-Jan-2021 10:00:58 UTC] PHP Notice:
    Trying to get property ‘post_title’ of non-object in /home/sharif-bazar.com/public_html/wp-includes/class-wp-query.php on line 4021
    [04-Jan-2021 10:00:58 UTC] PHP Notice:
    Trying to get property ‘post_name’ of non-object in /home/sharif-bazar.com/public_html/wp-includes/class-wp-query.php on line 4023
    [04-Jan-2021 10:12:38 UTC] PHP Notice:
    Trying to get property ‘post_date’ of non-object in /home/sharif-bazar.com/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-categories-controller.php on line 61
    [04-Jan-2021 10:12:38 UTC] PHP Notice:
    Trying to get property ‘post_date_gmt’ of non-object in /home/sharif-bazar.com/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-categories-controller.php on line 62
    [04-Jan-2021 10:12:38 UTC] PHP Notice:
    Trying to get property ‘post_modified’ of non-object in /home/sharif-bazar.com/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-categories-controller.php on line 63
    [04-Jan-2021 10:12:38 UTC] PHP Notice:
    Trying to get property ‘post_modified_gmt’ of non-object in /home/sharif-bazar.com/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-categories-controller.php on line 64
    [04-Jan-2021 10:12:42 UTC] PHP Notice:
    Undefined variable: message in /home/sharif-bazar.com/public_html/wp-content/plugins/sharifbazar-brands/functions.php on line 35
    [04-Jan-2021 10:13:07 UTC] PHP Notice:
    Undefined property: WP_Error::$term_id in /home/sharif-bazar.com/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-terms-controller.php on line 497
    [04-Jan-2021 10:13:07 UTC] PHP Notice:
    Undefined property: WP_Error::$taxonomy in /home/sharif-bazar.com/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-terms-controller.php on line 497
    [04-Jan-2021 10:13:18 UTC] PHP Notice:
    Trying to get property ‘post_date’ of non-object in /home/sharif-bazar.com/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-categories-controller.php on line 61
    [04-Jan-2021 10:13:18 UTC] PHP Notice:
    Trying to get property ‘post_date_gmt’ of non-object in /home/sharif-bazar.com/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-categories-controller.php on line 62
    [04-Jan-2021 10:13:18 UTC] PHP Notice:
    Trying to get property ‘post_modified’ of non-object in /home/sharif-bazar.com/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-categories-controller.php on line 63
    [04-Jan-2021 10:13:18 UTC] PHP Notice:
    Trying to get property ‘post_modified_gmt’ of non-object in /home/sharif-bazar.com/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-categories-controller.php on line 64
    ******************************
    [04-Jan-2021 10:13:36 UTC] PHP Fatal error:
    Out of memory (allocated 12582912) (tried to allocate 1392640 bytes) in /home/sharif-bazar.com/public_html/wp-includes/functions.php on line 4669
    [04-Jan-2021 10:13:36 UTC] PHP Fatal error:
    Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.