Forum Replies Created

Viewing 15 replies - 16 through 30 (of 268 total)
  • Thread Starter net

    (@krstarica)

    Any workaround?

    Thread Starter net

    (@krstarica)

    How about:

    1) Querying some Ad Inserter global variable or

    2) Calling some Ad Inserter function or

    3) Using some filter to catch and save the info globally if ad position number 1 is disabled?

    Thread Starter net

    (@krstarica)

    I confirm the issue has been fixed in 2.3.2. Many thanks @debaat!

    Thread Starter net

    (@krstarica)

    Found that after running the redis-cli flushall command, identical errors occur.

    As noticed in the other topic, commenting out wp_cache_flush_group( 'orphaned_counts' ) “fixes” things.

    Does this actually mean that maxmemory 1536mb we are using is too high?

    Thread Starter net

    (@krstarica)

    Adding media works properly in 2.3.1, but still seeing Uncaught SyntaxError: Unexpected token '&' error when accessing /wp-admin/edit.php

    Thread Starter net

    (@krstarica)

    @amboutwe @tillkruess After commenting out wp_cache_flush_group( 'orphaned_counts' ) in the latest version 22.7, the issue is gone.

    BTW, noticed that orphaned_counts is not present anywhere else in the code.

    Thread Starter net

    (@krstarica)

    Of course, please let me know what to do.

    Thread Starter net

    (@krstarica)

    Please see my previous post for the possible cause: https://www.ads-software.com/support/topic/predisconnectionconnectionexception-errors-in-22-1/#post-17468710

    I’m unable to replicate it in a staging site. How safe is to comment out any of those two functions in a production?

    Thread Starter net

    (@krstarica)

    (integer) 2145890

    Thread Starter net

    (@krstarica)

    Simple Cloudflare Turnstile plugin has been using comment_form_after hook:
    https://plugins.trac.www.ads-software.com/browser/simple-cloudflare-turnstile/trunk/inc/wordpress.php#L157

    Thread Starter net

    (@krstarica)

    That method requires another plugin to be able to upload SVG icons.

    The idea is to add such icons inline and make this method default, to minimize the overhead and unnecessary web server requests.

    Frankly, I don’t see any reason that every post loads Font Awesome CSS having 2.5 MB to display 2 icons only. This can stay for previous compatibility, but should not be default option.

    Thread Starter net

    (@krstarica)

    /etc/redis/redis.conf:

    maxmemory 1536mb
    maxmemory-policy allkeys-lfu
    save ""
    unixsocket /var/run/redis/redis.sock
    Thread Starter net

    (@krstarica)

    This does seem related to this plugin and the number of errors is even worst ??

    Unfortunately introducing WP_REDIS_FLUSH_TIMEOUT didn’t help as explained in my comment.

    Thread Starter net

    (@krstarica)

    No, this is not resolved.

    Also tried define( 'WP_REDIS_FLUSH_TIMEOUT', 20 ), but it’s the same.

    Thread Starter net

    (@krstarica)

    @tillkruess upgraded Yoast SEO from 22.0 to 22.6. Using Redis Object Cache 2.5.2.

    Added define( 'WP_REDIS_FLUSH_TIMEOUT', 10 ); to wp-config.php.

    Again starting seeing the following errors occasionally:

    [30-Apr-2024 11:18:44 UTC] RedisException: read error on connection to /var/run/redis/redis.sock in /home/wordpess/wp-content/object-cache.php:1973
    Stack trace:
    #0 /home/wordpess/wp-content/object-cache.php(1973): Redis->get()
    #1 /home/wordpess/wp-content/object-cache.php(193): WP_Object_Cache->get()
    #2 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(187): wp_cache_get()
    #3 /home/wordpess/wp-includes/l10n.php(1459): WP_Textdomain_Registry->get_language_files_from_path()
    #4 /home/wordpess/wp-includes/class-wp-locale-switcher.php(50): get_available_languages()
    #5 /home/wordpess/wp-settings.php(657): WP_Locale_Switcher->__construct()
    #6 /home/wordpess/wp-config.php(130): require_once('...')
    #7 /home/wordpess/wp-load.php(50): require_once('...')
    #8 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #9 /home/wordpess/index.php(17): require('...')
    #10 {main}
    [30-Apr-2024 11:18:44 UTC] RedisException: read error on connection to /var/run/redis/redis.sock in /home/wordpess/wp-content/object-cache.php:1973
    Stack trace:
    #0 /home/wordpess/wp-content/object-cache.php(1973): Redis->get()
    #1 /home/wordpess/wp-content/object-cache.php(193): WP_Object_Cache->get()
    #2 /home/wordpess/wp-includes/option.php(169): wp_cache_get()
    #3 /home/wordpess/wp-includes/option.php(1816): get_option()
    #4 /home/wordpess/wp-includes/option.php(1681): get_network_option()
    #5 /home/wordpess/wp-content/plugins/wordfence/lib/wordfenceClass.php(2367): get_site_option()
    #6 /home/wordpess/wp-includes/class-wp-hook.php(324): wordfence::veryFirstAction()
    #7 /home/wordpess/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
    #8 /home/wordpess/wp-includes/plugin.php(517): WP_Hook->do_action()
    #9 /home/wordpess/wp-settings.php(550): do_action()
    #10 /home/wordpess/wp-config.php(130): require_once('...')
    #11 /home/wordpess/wp-load.php(50): require_once('...')
    #12 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #13 /home/wordpess/index.php(17): require('...')
    #14 {main}
    [30-Apr-2024 11:18:44 UTC] RedisException: read error on connection to /var/run/redis/redis.sock in /home/wordpess/wp-content/object-cache.php:743
    Stack trace:
    #0 /home/wordpess/wp-content/object-cache.php(743): Redis->select()
    #1 /home/wordpess/wp-content/object-cache.php(536): WP_Object_Cache->connect_using_phpredis()
    #2 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #3 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #4 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #5 /home/wordpess/wp-config.php(130): require_once('...')
    #6 /home/wordpess/wp-load.php(50): require_once('...')
    #7 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #8 /home/wordpess/index.php(17): require('...')
    #9 {main}
    [30-Apr-2024 11:18:44 UTC] PHP Fatal error:  Uncaught Error: Call to a member function get() on null in /home/wordpess/wp-content/object-cache.php:193
    Stack trace:
    #0 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(187): wp_cache_get()
    #1 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(302): WP_Textdomain_Registry->get_language_files_from_path()
    #2 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(98): WP_Textdomain_Registry->get_path_from_lang_dir()
    #3 /home/wordpess/wp-includes/l10n.php(1354): WP_Textdomain_Registry->get()
    #4 /home/wordpess/wp-includes/l10n.php(1384): _load_textdomain_just_in_time()
    #5 /home/wordpess/wp-includes/l10n.php(194): get_translations_for_domain()
    #6 /home/wordpess/wp-includes/l10n.php(306): translate()
    #7 /home/wordpess/wp-content/object-cache.php(2974): __()
    #8 /home/wordpess/wp-content/object-cache.php(2940): WP_Object_Cache->show_error_and_die()
    #9 /home/wordpess/wp-content/object-cache.php(566): WP_Object_Cache->handle_exception()
    #10 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #11 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #12 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #13 /home/wordpess/wp-config.php(130): require_once('...')
    #14 /home/wordpess/wp-load.php(50): require_once('...')
    #15 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #16 /home/wordpess/index.php(17): require('...')
    #17 {main}
      thrown in /home/wordpess/wp-content/object-cache.php on line 193
    [30-Apr-2024 11:18:44 UTC] RedisException: read error on connection to /var/run/redis/redis.sock in /home/wordpess/wp-content/object-cache.php:743
    Stack trace:
    #0 /home/wordpess/wp-content/object-cache.php(743): Redis->select()
    #1 /home/wordpess/wp-content/object-cache.php(536): WP_Object_Cache->connect_using_phpredis()
    #2 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #3 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #4 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #5 /home/wordpess/wp-config.php(130): require_once('...')
    #6 /home/wordpess/wp-load.php(50): require_once('...')
    #7 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #8 /home/wordpess/index.php(17): require('...')
    #9 {main}
    [30-Apr-2024 11:18:44 UTC] PHP Fatal error:  Uncaught Error: Call to a member function get() on null in /home/wordpess/wp-content/object-cache.php:193
    Stack trace:
    #0 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(187): wp_cache_get()
    #1 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(302): WP_Textdomain_Registry->get_language_files_from_path()
    #2 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(98): WP_Textdomain_Registry->get_path_from_lang_dir()
    #3 /home/wordpess/wp-includes/l10n.php(1354): WP_Textdomain_Registry->get()
    #4 /home/wordpess/wp-includes/l10n.php(1384): _load_textdomain_just_in_time()
    #5 /home/wordpess/wp-includes/l10n.php(194): get_translations_for_domain()
    #6 /home/wordpess/wp-includes/l10n.php(306): translate()
    #7 /home/wordpess/wp-content/object-cache.php(2974): __()
    #8 /home/wordpess/wp-content/object-cache.php(2940): WP_Object_Cache->show_error_and_die()
    #9 /home/wordpess/wp-content/object-cache.php(566): WP_Object_Cache->handle_exception()
    #10 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #11 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #12 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #13 /home/wordpess/wp-config.php(130): require_once('...')
    #14 /home/wordpess/wp-load.php(50): require_once('...')
    #15 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #16 /home/wordpess/index.php(17): require('...')
    #17 {main}
      thrown in /home/wordpess/wp-content/object-cache.php on line 193
    [30-Apr-2024 11:18:44 UTC] RedisException: read error on connection to /var/run/redis/redis.sock in /home/wordpess/wp-content/object-cache.php:743
    Stack trace:
    #0 /home/wordpess/wp-content/object-cache.php(743): Redis->select()
    #1 /home/wordpess/wp-content/object-cache.php(536): WP_Object_Cache->connect_using_phpredis()
    #2 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #3 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #4 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #5 /home/wordpess/wp-config.php(130): require_once('...')
    #6 /home/wordpess/wp-load.php(50): require_once('...')
    #7 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #8 /home/wordpess/index.php(17): require('...')
    #9 {main}
    [30-Apr-2024 11:18:44 UTC] PHP Fatal error:  Uncaught Error: Call to a member function get() on null in /home/wordpess/wp-content/object-cache.php:193
    Stack trace:
    #0 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(187): wp_cache_get()
    #1 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(302): WP_Textdomain_Registry->get_language_files_from_path()
    #2 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(98): WP_Textdomain_Registry->get_path_from_lang_dir()
    #3 /home/wordpess/wp-includes/l10n.php(1354): WP_Textdomain_Registry->get()
    #4 /home/wordpess/wp-includes/l10n.php(1384): _load_textdomain_just_in_time()
    #5 /home/wordpess/wp-includes/l10n.php(194): get_translations_for_domain()
    #6 /home/wordpess/wp-includes/l10n.php(306): translate()
    #7 /home/wordpess/wp-content/object-cache.php(2974): __()
    #8 /home/wordpess/wp-content/object-cache.php(2940): WP_Object_Cache->show_error_and_die()
    #9 /home/wordpess/wp-content/object-cache.php(566): WP_Object_Cache->handle_exception()
    #10 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #11 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #12 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #13 /home/wordpess/wp-config.php(130): require_once('...')
    #14 /home/wordpess/wp-load.php(50): require_once('...')
    #15 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #16 /home/wordpess/index.php(17): require('...')
    #17 {main}
      thrown in /home/wordpess/wp-content/object-cache.php on line 193
    [30-Apr-2024 11:18:44 UTC] RedisException: read error on connection to /var/run/redis/redis.sock in /home/wordpess/wp-content/object-cache.php:743
    Stack trace:
    #0 /home/wordpess/wp-content/object-cache.php(743): Redis->select()
    #1 /home/wordpess/wp-content/object-cache.php(536): WP_Object_Cache->connect_using_phpredis()
    #2 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #3 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #4 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #5 /home/wordpess/wp-config.php(130): require_once('...')
    #6 /home/wordpess/wp-load.php(50): require_once('...')
    #7 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #8 /home/wordpess/index.php(17): require('...')
    #9 {main}
    [30-Apr-2024 11:18:44 UTC] PHP Fatal error:  Uncaught Error: Call to a member function get() on null in /home/wordpess/wp-content/object-cache.php:193
    Stack trace:
    #0 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(187): wp_cache_get()
    #1 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(302): WP_Textdomain_Registry->get_language_files_from_path()
    #2 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(98): WP_Textdomain_Registry->get_path_from_lang_dir()
    #3 /home/wordpess/wp-includes/l10n.php(1354): WP_Textdomain_Registry->get()
    #4 /home/wordpess/wp-includes/l10n.php(1384): _load_textdomain_just_in_time()
    #5 /home/wordpess/wp-includes/l10n.php(194): get_translations_for_domain()
    #6 /home/wordpess/wp-includes/l10n.php(306): translate()
    #7 /home/wordpess/wp-content/object-cache.php(2974): __()
    #8 /home/wordpess/wp-content/object-cache.php(2940): WP_Object_Cache->show_error_and_die()
    #9 /home/wordpess/wp-content/object-cache.php(566): WP_Object_Cache->handle_exception()
    #10 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #11 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #12 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #13 /home/wordpess/wp-config.php(130): require_once('...')
    #14 /home/wordpess/wp-load.php(50): require_once('...')
    #15 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #16 /home/wordpess/index.php(17): require('...')
    #17 {main}
      thrown in /home/wordpess/wp-content/object-cache.php on line 193
    [30-Apr-2024 11:18:44 UTC] RedisException: read error on connection to /var/run/redis/redis.sock in /home/wordpess/wp-content/object-cache.php:743
    Stack trace:
    #0 /home/wordpess/wp-content/object-cache.php(743): Redis->select()
    #1 /home/wordpess/wp-content/object-cache.php(536): WP_Object_Cache->connect_using_phpredis()
    #2 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #3 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #4 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #5 /home/wordpess/wp-config.php(130): require_once('...')
    #6 /home/wordpess/wp-load.php(50): require_once('...')
    #7 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #8 /home/wordpess/index.php(17): require('...')
    #9 {main}
    [30-Apr-2024 11:18:44 UTC] PHP Fatal error:  Uncaught Error: Call to a member function get() on null in /home/wordpess/wp-content/object-cache.php:193
    Stack trace:
    #0 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(187): wp_cache_get()
    #1 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(302): WP_Textdomain_Registry->get_language_files_from_path()
    #2 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(98): WP_Textdomain_Registry->get_path_from_lang_dir()
    #3 /home/wordpess/wp-includes/l10n.php(1354): WP_Textdomain_Registry->get()
    #4 /home/wordpess/wp-includes/l10n.php(1384): _load_textdomain_just_in_time()
    #5 /home/wordpess/wp-includes/l10n.php(194): get_translations_for_domain()
    #6 /home/wordpess/wp-includes/l10n.php(306): translate()
    #7 /home/wordpess/wp-content/object-cache.php(2974): __()
    #8 /home/wordpess/wp-content/object-cache.php(2940): WP_Object_Cache->show_error_and_die()
    #9 /home/wordpess/wp-content/object-cache.php(566): WP_Object_Cache->handle_exception()
    #10 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #11 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #12 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #13 /home/wordpess/wp-config.php(130): require_once('...')
    #14 /home/wordpess/wp-load.php(50): require_once('...')
    #15 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #16 /home/wordpess/index.php(17): require('...')
    #17 {main}
      thrown in /home/wordpess/wp-content/object-cache.php on line 193
    [30-Apr-2024 11:18:44 UTC] RedisException: read error on connection to /var/run/redis/redis.sock in /home/wordpess/wp-content/object-cache.php:743
    Stack trace:
    #0 /home/wordpess/wp-content/object-cache.php(743): Redis->select()
    #1 /home/wordpess/wp-content/object-cache.php(536): WP_Object_Cache->connect_using_phpredis()
    #2 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #3 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #4 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #5 /home/wordpess/wp-config.php(130): require_once('...')
    #6 /home/wordpess/wp-load.php(50): require_once('...')
    #7 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #8 /home/wordpess/index.php(17): require('...')
    #9 {main}
    [30-Apr-2024 11:18:44 UTC] RedisException: read error on connection to /var/run/redis/redis.sock in /home/wordpess/wp-content/object-cache.php:743
    Stack trace:
    #0 /home/wordpess/wp-content/object-cache.php(743): Redis->select()
    #1 /home/wordpess/wp-content/object-cache.php(536): WP_Object_Cache->connect_using_phpredis()
    #2 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #3 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #4 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #5 /home/wordpess/wp-config.php(130): require_once('...')
    #6 /home/wordpess/wp-load.php(50): require_once('...')
    #7 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #8 /home/wordpess/index.php(17): require('...')
    #9 {main}
    [30-Apr-2024 11:18:44 UTC] PHP Fatal error:  Uncaught Error: Call to a member function get() on null in /home/wordpess/wp-content/object-cache.php:193
    Stack trace:
    #0 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(187): wp_cache_get()
    #1 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(302): WP_Textdomain_Registry->get_language_files_from_path()
    #2 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(98): WP_Textdomain_Registry->get_path_from_lang_dir()
    #3 /home/wordpess/wp-includes/l10n.php(1354): WP_Textdomain_Registry->get()
    #4 /home/wordpess/wp-includes/l10n.php(1384): _load_textdomain_just_in_time()
    #5 /home/wordpess/wp-includes/l10n.php(194): get_translations_for_domain()
    #6 /home/wordpess/wp-includes/l10n.php(306): translate()
    #7 /home/wordpess/wp-content/object-cache.php(2974): __()
    #8 /home/wordpess/wp-content/object-cache.php(2940): WP_Object_Cache->show_error_and_die()
    #9 /home/wordpess/wp-content/object-cache.php(566): WP_Object_Cache->handle_exception()
    #10 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #11 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #12 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #13 /home/wordpess/wp-config.php(130): require_once('...')
    #14 /home/wordpess/wp-load.php(50): require_once('...')
    #15 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #16 /home/wordpess/index.php(17): require('...')
    #17 {main}
      thrown in /home/wordpess/wp-content/object-cache.php on line 193
    [30-Apr-2024 11:18:44 UTC] PHP Fatal error:  Uncaught Error: Call to a member function get() on null in /home/wordpess/wp-content/object-cache.php:193
    Stack trace:
    #0 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(187): wp_cache_get()
    #1 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(302): WP_Textdomain_Registry->get_language_files_from_path()
    #2 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(98): WP_Textdomain_Registry->get_path_from_lang_dir()
    #3 /home/wordpess/wp-includes/l10n.php(1354): WP_Textdomain_Registry->get()
    #4 /home/wordpess/wp-includes/l10n.php(1384): _load_textdomain_just_in_time()
    #5 /home/wordpess/wp-includes/l10n.php(194): get_translations_for_domain()
    #6 /home/wordpess/wp-includes/l10n.php(306): translate()
    #7 /home/wordpess/wp-content/object-cache.php(2974): __()
    #8 /home/wordpess/wp-content/object-cache.php(2940): WP_Object_Cache->show_error_and_die()
    #9 /home/wordpess/wp-content/object-cache.php(566): WP_Object_Cache->handle_exception()
    #10 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #11 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #12 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #13 /home/wordpess/wp-config.php(130): require_once('...')
    #14 /home/wordpess/wp-load.php(50): require_once('...')
    #15 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #16 /home/wordpess/index.php(17): require('...')
    #17 {main}
      thrown in /home/wordpess/wp-content/object-cache.php on line 193
    [30-Apr-2024 11:18:44 UTC] RedisException: read error on connection to /var/run/redis/redis.sock in /home/wordpess/wp-content/object-cache.php:743
    Stack trace:
    #0 /home/wordpess/wp-content/object-cache.php(743): Redis->select()
    #1 /home/wordpess/wp-content/object-cache.php(536): WP_Object_Cache->connect_using_phpredis()
    #2 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #3 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #4 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #5 /home/wordpess/wp-config.php(130): require_once('...')
    #6 /home/wordpess/wp-load.php(50): require_once('...')
    #7 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #8 /home/wordpess/index.php(17): require('...')
    #9 {main}
    [30-Apr-2024 11:18:44 UTC] PHP Fatal error:  Uncaught Error: Call to a member function get() on null in /home/wordpess/wp-content/object-cache.php:193
    Stack trace:
    #0 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(187): wp_cache_get()
    #1 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(302): WP_Textdomain_Registry->get_language_files_from_path()
    #2 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(98): WP_Textdomain_Registry->get_path_from_lang_dir()
    #3 /home/wordpess/wp-includes/l10n.php(1354): WP_Textdomain_Registry->get()
    #4 /home/wordpess/wp-includes/l10n.php(1384): _load_textdomain_just_in_time()
    #5 /home/wordpess/wp-includes/l10n.php(194): get_translations_for_domain()
    #6 /home/wordpess/wp-includes/l10n.php(306): translate()
    #7 /home/wordpess/wp-content/object-cache.php(2974): __()
    #8 /home/wordpess/wp-content/object-cache.php(2940): WP_Object_Cache->show_error_and_die()
    #9 /home/wordpess/wp-content/object-cache.php(566): WP_Object_Cache->handle_exception()
    #10 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #11 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #12 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #13 /home/wordpess/wp-config.php(130): require_once('...')
    #14 /home/wordpess/wp-load.php(50): require_once('...')
    #15 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #16 /home/wordpess/index.php(17): require('...')
    #17 {main}
      thrown in /home/wordpess/wp-content/object-cache.php on line 193
    [30-Apr-2024 11:18:44 UTC] RedisException: read error on connection to /var/run/redis/redis.sock in /home/wordpess/wp-content/object-cache.php:743
    Stack trace:
    #0 /home/wordpess/wp-content/object-cache.php(743): Redis->select()
    #1 /home/wordpess/wp-content/object-cache.php(536): WP_Object_Cache->connect_using_phpredis()
    #2 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #3 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #4 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #5 /home/wordpess/wp-config.php(130): require_once('...')
    #6 /home/wordpess/wp-load.php(50): require_once('...')
    #7 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #8 /home/wordpess/index.php(17): require('...')
    #9 {main}
    [30-Apr-2024 11:18:44 UTC] PHP Fatal error:  Uncaught Error: Call to a member function get() on null in /home/wordpess/wp-content/object-cache.php:193
    Stack trace:
    #0 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(187): wp_cache_get()
    #1 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(302): WP_Textdomain_Registry->get_language_files_from_path()
    #2 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(98): WP_Textdomain_Registry->get_path_from_lang_dir()
    #3 /home/wordpess/wp-includes/l10n.php(1354): WP_Textdomain_Registry->get()
    #4 /home/wordpess/wp-includes/l10n.php(1384): _load_textdomain_just_in_time()
    #5 /home/wordpess/wp-includes/l10n.php(194): get_translations_for_domain()
    #6 /home/wordpess/wp-includes/l10n.php(306): translate()
    #7 /home/wordpess/wp-content/object-cache.php(2974): __()
    #8 /home/wordpess/wp-content/object-cache.php(2940): WP_Object_Cache->show_error_and_die()
    #9 /home/wordpess/wp-content/object-cache.php(566): WP_Object_Cache->handle_exception()
    #10 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #11 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #12 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #13 /home/wordpess/wp-config.php(130): require_once('...')
    #14 /home/wordpess/wp-load.php(50): require_once('...')
    #15 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #16 /home/wordpess/index.php(17): require('...')
    #17 {main}
      thrown in /home/wordpess/wp-content/object-cache.php on line 193
    [30-Apr-2024 11:18:44 UTC] RedisException: read error on connection to /var/run/redis/redis.sock in /home/wordpess/wp-content/object-cache.php:743
    Stack trace:
    #0 /home/wordpess/wp-content/object-cache.php(743): Redis->select()
    #1 /home/wordpess/wp-content/object-cache.php(536): WP_Object_Cache->connect_using_phpredis()
    #2 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #3 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #4 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #5 /home/wordpess/wp-config.php(130): require_once('...')
    #6 /home/wordpess/wp-load.php(50): require_once('...')
    #7 /home/wordpess/wp-admin/admin-ajax.php(22): require_once('...')
    #8 {main}
    [30-Apr-2024 11:18:44 UTC] PHP Fatal error:  Uncaught Error: Call to a member function get() on null in /home/wordpess/wp-content/object-cache.php:193
    Stack trace:
    #0 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(187): wp_cache_get()
    #1 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(302): WP_Textdomain_Registry->get_language_files_from_path()
    #2 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(98): WP_Textdomain_Registry->get_path_from_lang_dir()
    #3 /home/wordpess/wp-includes/l10n.php(1354): WP_Textdomain_Registry->get()
    #4 /home/wordpess/wp-includes/l10n.php(1384): _load_textdomain_just_in_time()
    #5 /home/wordpess/wp-includes/l10n.php(194): get_translations_for_domain()
    #6 /home/wordpess/wp-includes/l10n.php(306): translate()
    #7 /home/wordpess/wp-content/object-cache.php(2974): __()
    #8 /home/wordpess/wp-content/object-cache.php(2940): WP_Object_Cache->show_error_and_die()
    #9 /home/wordpess/wp-content/object-cache.php(566): WP_Object_Cache->handle_exception()
    #10 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #11 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #12 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #13 /home/wordpess/wp-config.php(130): require_once('...')
    #14 /home/wordpess/wp-load.php(50): require_once('...')
    #15 /home/wordpess/wp-admin/admin-ajax.php(22): require_once('...')
    #16 {main}
      thrown in /home/wordpess/wp-content/object-cache.php on line 193
    [30-Apr-2024 11:18:45 UTC] RedisException: read error on connection to /var/run/redis/redis.sock in /home/wordpess/wp-content/object-cache.php:743
    Stack trace:
    #0 /home/wordpess/wp-content/object-cache.php(743): Redis->select()
    #1 /home/wordpess/wp-content/object-cache.php(536): WP_Object_Cache->connect_using_phpredis()
    #2 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #3 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #4 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #5 /home/wordpess/wp-config.php(130): require_once('...')
    #6 /home/wordpess/wp-load.php(50): require_once('...')
    #7 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #8 /home/wordpess/index.php(17): require('...')
    #9 {main}
    [30-Apr-2024 11:18:45 UTC] PHP Fatal error:  Uncaught Error: Call to a member function get() on null in /home/wordpess/wp-content/object-cache.php:193
    Stack trace:
    #0 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(187): wp_cache_get()
    #1 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(302): WP_Textdomain_Registry->get_language_files_from_path()
    #2 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(98): WP_Textdomain_Registry->get_path_from_lang_dir()
    #3 /home/wordpess/wp-includes/l10n.php(1354): WP_Textdomain_Registry->get()
    #4 /home/wordpess/wp-includes/l10n.php(1384): _load_textdomain_just_in_time()
    #5 /home/wordpess/wp-includes/l10n.php(194): get_translations_for_domain()
    #6 /home/wordpess/wp-includes/l10n.php(306): translate()
    #7 /home/wordpess/wp-content/object-cache.php(2974): __()
    #8 /home/wordpess/wp-content/object-cache.php(2940): WP_Object_Cache->show_error_and_die()
    #9 /home/wordpess/wp-content/object-cache.php(566): WP_Object_Cache->handle_exception()
    #10 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #11 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #12 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #13 /home/wordpess/wp-config.php(130): require_once('...')
    #14 /home/wordpess/wp-load.php(50): require_once('...')
    #15 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #16 /home/wordpess/index.php(17): require('...')
    #17 {main}
      thrown in /home/wordpess/wp-content/object-cache.php on line 193
    [30-Apr-2024 11:18:45 UTC] RedisException: read error on connection to /var/run/redis/redis.sock in /home/wordpess/wp-content/object-cache.php:743
    Stack trace:
    #0 /home/wordpess/wp-content/object-cache.php(743): Redis->select()
    #1 /home/wordpess/wp-content/object-cache.php(536): WP_Object_Cache->connect_using_phpredis()
    #2 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #3 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #4 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #5 /home/wordpess/wp-config.php(130): require_once('...')
    #6 /home/wordpess/wp-load.php(50): require_once('...')
    #7 /home/wordpess/wp-admin/admin-ajax.php(22): require_once('...')
    #8 {main}
    [30-Apr-2024 11:18:45 UTC] PHP Fatal error:  Uncaught Error: Call to a member function get() on null in /home/wordpess/wp-content/object-cache.php:193
    Stack trace:
    #0 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(187): wp_cache_get()
    #1 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(302): WP_Textdomain_Registry->get_language_files_from_path()
    #2 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(98): WP_Textdomain_Registry->get_path_from_lang_dir()
    #3 /home/wordpess/wp-includes/l10n.php(1354): WP_Textdomain_Registry->get()
    #4 /home/wordpess/wp-includes/l10n.php(1384): _load_textdomain_just_in_time()
    #5 /home/wordpess/wp-includes/l10n.php(194): get_translations_for_domain()
    #6 /home/wordpess/wp-includes/l10n.php(306): translate()
    #7 /home/wordpess/wp-content/object-cache.php(2974): __()
    #8 /home/wordpess/wp-content/object-cache.php(2940): WP_Object_Cache->show_error_and_die()
    #9 /home/wordpess/wp-content/object-cache.php(566): WP_Object_Cache->handle_exception()
    #10 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #11 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #12 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #13 /home/wordpess/wp-config.php(130): require_once('...')
    #14 /home/wordpess/wp-load.php(50): require_once('...')
    #15 /home/wordpess/wp-admin/admin-ajax.php(22): require_once('...')
    #16 {main}
      thrown in /home/wordpess/wp-content/object-cache.php on line 193
    [30-Apr-2024 11:18:45 UTC] RedisException: read error on connection to /var/run/redis/redis.sock in /home/wordpess/wp-content/object-cache.php:743
    Stack trace:
    #0 /home/wordpess/wp-content/object-cache.php(743): Redis->select()
    #1 /home/wordpess/wp-content/object-cache.php(536): WP_Object_Cache->connect_using_phpredis()
    #2 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #3 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #4 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #5 /home/wordpess/wp-config.php(130): require_once('...')
    #6 /home/wordpess/wp-load.php(50): require_once('...')
    #7 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #8 /home/wordpess/index.php(17): require('...')
    #9 {main}
    [30-Apr-2024 11:18:45 UTC] PHP Fatal error:  Uncaught Error: Call to a member function get() on null in /home/wordpess/wp-content/object-cache.php:193
    Stack trace:
    #0 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(187): wp_cache_get()
    #1 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(302): WP_Textdomain_Registry->get_language_files_from_path()
    #2 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(98): WP_Textdomain_Registry->get_path_from_lang_dir()
    #3 /home/wordpess/wp-includes/l10n.php(1354): WP_Textdomain_Registry->get()
    #4 /home/wordpess/wp-includes/l10n.php(1384): _load_textdomain_just_in_time()
    #5 /home/wordpess/wp-includes/l10n.php(194): get_translations_for_domain()
    #6 /home/wordpess/wp-includes/l10n.php(306): translate()
    #7 /home/wordpess/wp-content/object-cache.php(2974): __()
    #8 /home/wordpess/wp-content/object-cache.php(2940): WP_Object_Cache->show_error_and_die()
    #9 /home/wordpess/wp-content/object-cache.php(566): WP_Object_Cache->handle_exception()
    #10 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #11 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #12 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #13 /home/wordpess/wp-config.php(130): require_once('...')
    #14 /home/wordpess/wp-load.php(50): require_once('...')
    #15 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #16 /home/wordpess/index.php(17): require('...')
    #17 {main}
      thrown in /home/wordpess/wp-content/object-cache.php on line 193
    [30-Apr-2024 11:18:45 UTC] RedisException: read error on connection to /var/run/redis/redis.sock in /home/wordpess/wp-content/object-cache.php:743
    Stack trace:
    #0 /home/wordpess/wp-content/object-cache.php(743): Redis->select()
    #1 /home/wordpess/wp-content/object-cache.php(536): WP_Object_Cache->connect_using_phpredis()
    #2 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #3 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #4 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #5 /home/wordpess/wp-config.php(130): require_once('...')
    #6 /home/wordpess/wp-load.php(50): require_once('...')
    #7 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #8 /home/wordpess/index.php(17): require('...')
    #9 {main}
    [30-Apr-2024 11:18:45 UTC] PHP Fatal error:  Uncaught Error: Call to a member function get() on null in /home/wordpess/wp-content/object-cache.php:193
    Stack trace:
    #0 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(187): wp_cache_get()
    #1 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(302): WP_Textdomain_Registry->get_language_files_from_path()
    #2 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(98): WP_Textdomain_Registry->get_path_from_lang_dir()
    #3 /home/wordpess/wp-includes/l10n.php(1354): WP_Textdomain_Registry->get()
    #4 /home/wordpess/wp-includes/l10n.php(1384): _load_textdomain_just_in_time()
    #5 /home/wordpess/wp-includes/l10n.php(194): get_translations_for_domain()
    #6 /home/wordpess/wp-includes/l10n.php(306): translate()
    #7 /home/wordpess/wp-content/object-cache.php(2974): __()
    #8 /home/wordpess/wp-content/object-cache.php(2940): WP_Object_Cache->show_error_and_die()
    #9 /home/wordpess/wp-content/object-cache.php(566): WP_Object_Cache->handle_exception()
    #10 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #11 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #12 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #13 /home/wordpess/wp-config.php(130): require_once('...')
    #14 /home/wordpess/wp-load.php(50): require_once('...')
    #15 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #16 /home/wordpess/index.php(17): require('...')
    #17 {main}
      thrown in /home/wordpess/wp-content/object-cache.php on line 193
    [30-Apr-2024 11:18:45 UTC] RedisException: read error on connection to /var/run/redis/redis.sock in /home/wordpess/wp-content/object-cache.php:743
    Stack trace:
    #0 /home/wordpess/wp-content/object-cache.php(743): Redis->select()
    #1 /home/wordpess/wp-content/object-cache.php(536): WP_Object_Cache->connect_using_phpredis()
    #2 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #3 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #4 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #5 /home/wordpess/wp-config.php(130): require_once('...')
    #6 /home/wordpess/wp-load.php(50): require_once('...')
    #7 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #8 /home/wordpess/index.php(17): require('...')
    #9 {main}
    [30-Apr-2024 11:18:45 UTC] PHP Fatal error:  Uncaught Error: Call to a member function get() on null in /home/wordpess/wp-content/object-cache.php:193
    Stack trace:
    #0 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(187): wp_cache_get()
    #1 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(302): WP_Textdomain_Registry->get_language_files_from_path()
    #2 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(98): WP_Textdomain_Registry->get_path_from_lang_dir()
    #3 /home/wordpess/wp-includes/l10n.php(1354): WP_Textdomain_Registry->get()
    #4 /home/wordpess/wp-includes/l10n.php(1384): _load_textdomain_just_in_time()
    #5 /home/wordpess/wp-includes/l10n.php(194): get_translations_for_domain()
    #6 /home/wordpess/wp-includes/l10n.php(306): translate()
    #7 /home/wordpess/wp-content/object-cache.php(2974): __()
    #8 /home/wordpess/wp-content/object-cache.php(2940): WP_Object_Cache->show_error_and_die()
    #9 /home/wordpess/wp-content/object-cache.php(566): WP_Object_Cache->handle_exception()
    #10 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #11 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #12 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #13 /home/wordpess/wp-config.php(130): require_once('...')
    #14 /home/wordpess/wp-load.php(50): require_once('...')
    #15 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #16 /home/wordpess/index.php(17): require('...')
    #17 {main}
      thrown in /home/wordpess/wp-content/object-cache.php on line 193
    [30-Apr-2024 11:18:45 UTC] RedisException: read error on connection to /var/run/redis/redis.sock in /home/wordpess/wp-content/object-cache.php:743
    Stack trace:
    #0 /home/wordpess/wp-content/object-cache.php(743): Redis->select()
    #1 /home/wordpess/wp-content/object-cache.php(536): WP_Object_Cache->connect_using_phpredis()
    #2 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #3 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #4 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #5 /home/wordpess/wp-config.php(130): require_once('...')
    #6 /home/wordpess/wp-load.php(50): require_once('...')
    #7 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #8 /home/wordpess/index.php(17): require('...')
    #9 {main}
    [30-Apr-2024 11:18:45 UTC] PHP Fatal error:  Uncaught Error: Call to a member function get() on null in /home/wordpess/wp-content/object-cache.php:193
    Stack trace:
    #0 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(187): wp_cache_get()
    #1 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(302): WP_Textdomain_Registry->get_language_files_from_path()
    #2 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(98): WP_Textdomain_Registry->get_path_from_lang_dir()
    #3 /home/wordpess/wp-includes/l10n.php(1354): WP_Textdomain_Registry->get()
    #4 /home/wordpess/wp-includes/l10n.php(1384): _load_textdomain_just_in_time()
    #5 /home/wordpess/wp-includes/l10n.php(194): get_translations_for_domain()
    #6 /home/wordpess/wp-includes/l10n.php(306): translate()
    #7 /home/wordpess/wp-content/object-cache.php(2974): __()
    #8 /home/wordpess/wp-content/object-cache.php(2940): WP_Object_Cache->show_error_and_die()
    #9 /home/wordpess/wp-content/object-cache.php(566): WP_Object_Cache->handle_exception()
    #10 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #11 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #12 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #13 /home/wordpess/wp-config.php(130): require_once('...')
    #14 /home/wordpess/wp-load.php(50): require_once('...')
    #15 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #16 /home/wordpess/index.php(17): require('...')
    #17 {main}
      thrown in /home/wordpess/wp-content/object-cache.php on line 193
    [30-Apr-2024 11:18:45 UTC] RedisException: read error on connection to /var/run/redis/redis.sock in /home/wordpess/wp-content/object-cache.php:743
    Stack trace:
    #0 /home/wordpess/wp-content/object-cache.php(743): Redis->select()
    #1 /home/wordpess/wp-content/object-cache.php(536): WP_Object_Cache->connect_using_phpredis()
    #2 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #3 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #4 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #5 /home/wordpess/wp-config.php(130): require_once('...')
    #6 /home/wordpess/wp-load.php(50): require_once('...')
    #7 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #8 /home/wordpess/index.php(17): require('...')
    #9 {main}
    [30-Apr-2024 11:18:45 UTC] PHP Fatal error:  Uncaught Error: Call to a member function get() on null in /home/wordpess/wp-content/object-cache.php:193
    Stack trace:
    #0 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(187): wp_cache_get()
    #1 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(302): WP_Textdomain_Registry->get_language_files_from_path()
    #2 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(98): WP_Textdomain_Registry->get_path_from_lang_dir()
    #3 /home/wordpess/wp-includes/l10n.php(1354): WP_Textdomain_Registry->get()
    #4 /home/wordpess/wp-includes/l10n.php(1384): _load_textdomain_just_in_time()
    #5 /home/wordpess/wp-includes/l10n.php(194): get_translations_for_domain()
    #6 /home/wordpess/wp-includes/l10n.php(306): translate()
    #7 /home/wordpess/wp-content/object-cache.php(2974): __()
    #8 /home/wordpess/wp-content/object-cache.php(2940): WP_Object_Cache->show_error_and_die()
    #9 /home/wordpess/wp-content/object-cache.php(566): WP_Object_Cache->handle_exception()
    #10 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #11 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #12 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #13 /home/wordpess/wp-config.php(130): require_once('...')
    #14 /home/wordpess/wp-load.php(50): require_once('...')
    #15 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #16 /home/wordpess/index.php(17): require('...')
    #17 {main}
      thrown in /home/wordpess/wp-content/object-cache.php on line 193
    [30-Apr-2024 11:18:45 UTC] RedisException: read error on connection to /var/run/redis/redis.sock in /home/wordpess/wp-content/object-cache.php:743
    Stack trace:
    #0 /home/wordpess/wp-content/object-cache.php(743): Redis->select()
    #1 /home/wordpess/wp-content/object-cache.php(536): WP_Object_Cache->connect_using_phpredis()
    #2 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #3 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #4 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #5 /home/wordpess/wp-config.php(130): require_once('...')
    #6 /home/wordpess/wp-load.php(50): require_once('...')
    #7 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #8 /home/wordpess/index.php(17): require('...')
    #9 {main}
    [30-Apr-2024 11:18:45 UTC] PHP Fatal error:  Uncaught Error: Call to a member function get() on null in /home/wordpess/wp-content/object-cache.php:193
    Stack trace:
    #0 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(187): wp_cache_get()
    #1 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(302): WP_Textdomain_Registry->get_language_files_from_path()
    #2 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(98): WP_Textdomain_Registry->get_path_from_lang_dir()
    #3 /home/wordpess/wp-includes/l10n.php(1354): WP_Textdomain_Registry->get()
    #4 /home/wordpess/wp-includes/l10n.php(1384): _load_textdomain_just_in_time()
    #5 /home/wordpess/wp-includes/l10n.php(194): get_translations_for_domain()
    #6 /home/wordpess/wp-includes/l10n.php(306): translate()
    #7 /home/wordpess/wp-content/object-cache.php(2974): __()
    #8 /home/wordpess/wp-content/object-cache.php(2940): WP_Object_Cache->show_error_and_die()
    #9 /home/wordpess/wp-content/object-cache.php(566): WP_Object_Cache->handle_exception()
    #10 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #11 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #12 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #13 /home/wordpess/wp-config.php(130): require_once('...')
    #14 /home/wordpess/wp-load.php(50): require_once('...')
    #15 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #16 /home/wordpess/index.php(17): require('...')
    #17 {main}
      thrown in /home/wordpess/wp-content/object-cache.php on line 193
    [30-Apr-2024 11:18:45 UTC] RedisException: read error on connection to /var/run/redis/redis.sock in /home/wordpess/wp-content/object-cache.php:743
    Stack trace:
    #0 /home/wordpess/wp-content/object-cache.php(743): Redis->select()
    #1 /home/wordpess/wp-content/object-cache.php(536): WP_Object_Cache->connect_using_phpredis()
    #2 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #3 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #4 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #5 /home/wordpess/wp-config.php(130): require_once('...')
    #6 /home/wordpess/wp-load.php(50): require_once('...')
    #7 /home/wordpess/wp-admin/admin-ajax.php(22): require_once('...')
    #8 {main}
    [30-Apr-2024 11:18:45 UTC] RedisException: read error on connection to /var/run/redis/redis.sock in /home/wordpess/wp-content/object-cache.php:743
    Stack trace:
    #0 /home/wordpess/wp-content/object-cache.php(743): Redis->select()
    #1 /home/wordpess/wp-content/object-cache.php(536): WP_Object_Cache->connect_using_phpredis()
    #2 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #3 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #4 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #5 /home/wordpess/wp-config.php(130): require_once('...')
    #6 /home/wordpess/wp-load.php(50): require_once('...')
    #7 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #8 /home/wordpess/index.php(17): require('...')
    #9 {main}
    [30-Apr-2024 11:18:45 UTC] PHP Fatal error:  Uncaught Error: Call to a member function get() on null in /home/wordpess/wp-content/object-cache.php:193
    Stack trace:
    #0 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(187): wp_cache_get()
    #1 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(302): WP_Textdomain_Registry->get_language_files_from_path()
    #2 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(98): WP_Textdomain_Registry->get_path_from_lang_dir()
    #3 /home/wordpess/wp-includes/l10n.php(1354): WP_Textdomain_Registry->get()
    #4 /home/wordpess/wp-includes/l10n.php(1384): _load_textdomain_just_in_time()
    #5 /home/wordpess/wp-includes/l10n.php(194): get_translations_for_domain()
    #6 /home/wordpess/wp-includes/l10n.php(306): translate()
    #7 /home/wordpess/wp-content/object-cache.php(2974): __()
    #8 /home/wordpess/wp-content/object-cache.php(2940): WP_Object_Cache->show_error_and_die()
    #9 /home/wordpess/wp-content/object-cache.php(566): WP_Object_Cache->handle_exception()
    #10 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #11 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #12 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #13 /home/wordpess/wp-config.php(130): require_once('...')
    #14 /home/wordpess/wp-load.php(50): require_once('...')
    #15 /home/wordpess/wp-admin/admin-ajax.php(22): require_once('...')
    #16 {main}
      thrown in /home/wordpess/wp-content/object-cache.php on line 193
    [30-Apr-2024 11:18:45 UTC] PHP Fatal error:  Uncaught Error: Call to a member function get() on null in /home/wordpess/wp-content/object-cache.php:193
    Stack trace:
    #0 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(187): wp_cache_get()
    #1 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(302): WP_Textdomain_Registry->get_language_files_from_path()
    #2 /home/wordpess/wp-includes/class-wp-textdomain-registry.php(98): WP_Textdomain_Registry->get_path_from_lang_dir()
    #3 /home/wordpess/wp-includes/l10n.php(1354): WP_Textdomain_Registry->get()
    #4 /home/wordpess/wp-includes/l10n.php(1384): _load_textdomain_just_in_time()
    #5 /home/wordpess/wp-includes/l10n.php(194): get_translations_for_domain()
    #6 /home/wordpess/wp-includes/l10n.php(306): translate()
    #7 /home/wordpess/wp-content/object-cache.php(2974): __()
    #8 /home/wordpess/wp-content/object-cache.php(2940): WP_Object_Cache->show_error_and_die()
    #9 /home/wordpess/wp-content/object-cache.php(566): WP_Object_Cache->handle_exception()
    #10 /home/wordpess/wp-content/object-cache.php(256): WP_Object_Cache->__construct()
    #11 /home/wordpess/wp-includes/load.php(860): wp_cache_init()
    #12 /home/wordpess/wp-settings.php(144): wp_start_object_cache()
    #13 /home/wordpess/wp-config.php(130): require_once('...')
    #14 /home/wordpess/wp-load.php(50): require_once('...')
    #15 /home/wordpess/wp-blog-header.php(13): require_once('...')
    #16 /home/wordpess/index.php(17): require('...')
    #17 {main}
      thrown in /home/wordpess/wp-content/object-cache.php on line 193
    
Viewing 15 replies - 16 through 30 (of 268 total)