• Resolved tanner96

    (@tanner96)


    When editing Posts (not products), WP Bakery fails to initialize due to the Fatal errors caused by Redis. Any help is appreciated.

    These are:

    Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 8404800 bytes) in /public_html/wp-content/object-cache.php on line 1243

    Fatal error: Uncaught Error: Trying to clone an uncloneable object of class Redis in public_html/wp-content/object-cache.php:2565 Stack trace:
    #0 /public_html/wp-content/object-cache.php(1895): WP_Object_Cache->add_to_internal_cache(‘ella1969eb21:op…’, Object(Redis))
    #1 /public_html/wp-content/object-cache.php(193): WP_Object_Cache->get(‘custom_permalin…’, ‘options’, false, true)
    #2 /public_html/wp-includes/option.php(196): wp_cache_get(‘custom_permalin…’, ‘options’)
    #3 /public_html/wp-content/plugins/custom-permalinks-for-woocommerce/src/Services/FlushService.php(31): get_option(‘custom_permalin…’)
    #4 //public_html/wp-includes/class-wp-hook.php(308): WooPlugins\Permalinks\Services\FlushService->flushRules(”)
    #5 /public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array)
    #6 /public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
    #7 /public_html/wp-includes/load.php(1124): do_action(‘shutdown’)
    #8 [internal function]: shutdown_action_hook()
    #9 {main} thrown in /public_html/wp-content/object-cache.php on line 2565

    • This topic was modified 3 years, 3 months ago by tanner96.
Viewing 1 replies (of 1 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    That’s about 256MB of PHP memory limit you’re hitting. Your site might be very memory intensive, try setting it to 512MB and see if that’s sufficient.

Viewing 1 replies (of 1 total)

The topic ‘PHP 8 Fatal Errors [WP Bakery Admin Edit Pages Only]’ is closed to new replies.