breadf
Forum Replies Created
-
Thanks for notifications. I found 5 functions that may cause this issue, and modified with the help of ChatGPT. Please help check if it’s correct: https://pastebin.com/imCchaYm
password: sCkqiP0SZ1@lovingbro Thanks.
I did a search and found some output. Please check the picture: https://imgur.com/a/9txHSNu
It found some results from 3 plugins including woocommerce.
custom code in functions.php: https://pastebin.com/Yg02Actg
bricks-child/woocommerce/cart/cross-sells.php: https://pastebin.com/U7nZtLk0
bricks-child/woocommerce/cart/mini-cart.php: https://pastebin.com/FHjkLywe
bricks-child/woocommerce/checkout/form-checkout.php: https://pastebin.com/5N8ncJbd
bricks-child/woocommerce/checkout/review-order.php: https://pastebin.com/AqXGxYyb
all use same password: iYQyCgD7uT
Thanks. Please check below and see if we can locate which caused this warning, plugin or theme.
password: 2GtGgJZYgJ
Forum: Plugins
In reply to: [LiteSpeed Cache] What does x-litespeed-cache: bkd mean?Sure. Thanks
Forum: Plugins
In reply to: [LiteSpeed Cache] What does x-litespeed-cache: bkd mean?Oh, got it. Thanks for clarification
Forum: Plugins
In reply to: [LiteSpeed Cache] Server error log Undefined array key “guest_uas”@litetim I didn’t notice any new error yet.
For safety, I’ve disabled APCu extension
Forum: Plugins
In reply to: [LiteSpeed Cache] Server error log Undefined array key “guest_uas”@litetim APCu is PHP extension.
Yes at present it appeared only once
Forum: Plugins
In reply to: [LiteSpeed Cache] Server error log Undefined array key “guest_uas”After applying there is a new log:
[07-Oct-2025 01:08:59 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for thelitespeed-cachedomain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at theinitaction or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/admin/domains/antzracing.com/public_html/wp-includes/functions.php on line 6121Forum: Plugins
In reply to: [LiteSpeed Cache] Server error log Undefined array key “guest_uas”@litetim Thanks. I will apply this fix.
redis object cache is on. I was using Redis Object Cache plugin and then changed to litespeed cache’s object cache according to WPML’s suggestion. Aside redis, I have APCU, not sure if this would affect this or not?Forum: Plugins
In reply to: [LiteSpeed Cache] Server error log Undefined array key “guest_uas”@litetim Yes
.litespeed_conf.datexists in/public_html/wp-contentBelow is its content:
{"debug":0,"object-kind":true,"object-host":"\/home\/admin\/.redis\/redis.sock","object-port":0,"object-life":360,"object-user":"","object-pswd":"","object-db_id":0,"object-persistent":true,"object-admin":true,"object-transients":false,"object-global_groups":["users","userlogins","useremail","userslugs","usermeta","user_meta","site-transient","site-options","site-lookup","site-details","blog-lookup","blog-details","blog-id-cache","rss","global-posts","global-cache-test"],"object-non_persistent_groups":[]}Forum: Plugins
In reply to: [LiteSpeed Cache] Server error log Undefined array key “guest_uas”It’s not multisite
Not sure if it appeared while crawler was running. This is the 2nd time it appeared, but I’ve manually run crawler several times.Forum: Plugins
In reply to: [LiteSpeed Cache] Server error log Undefined array key “guest_uas”Hi server logged this error again, but I didn’t notice the error in wp debug log:
2025-10-03 15:04:17.808545 [NOTICE] [114107] [T0] [127.0.0.1:14944>66.249.73.233#APVH_www.antzracing.com:443] [STDERR] PHP Warning: Undefined array key “guest_uas” in /home/admin/domains/antzracing.com/public_html/wp-content/plugins/litespeed-cache/lib/guest.cls.php on line 126\n
2025-10-03 15:04:17.808553 [NOTICE] [114107] [T0] [127.0.0.1:14944>66.249.73.233#APVH_www.antzracing.com:443] [STDERR] PHP Warning: Undefined array key “guest_ips” in /home/admin/domains/antzracing.com/public_html/wp-content/plugins/litespeed-cache/lib/guest.cls.php on line 137\n
2025-10-03 15:04:17.808572 [NOTICE] [114107] [T0] [127.0.0.1:14944>66.249.73.233#APVH_www.antzracing.com:443] [STDERR] PHP Warning: Undefined array key “hash” in /home/admin/domains/antzracing.com/public_html/wp-content/plugins/litespeed-cache/lib/guest.cls.php on line 71\nForum: Plugins
In reply to: [LiteSpeed Cache] admin-ajax.php cacheCan _null not solve this?
In this post: No hit with crawled pages | ww.wp.xz.cn, you taught me to use _null. At the time, there is only one cookie: wp-wpml_current_language. I put value: en, de, and _null. For first access, I also got cache hit.
First access is important, as I need to do ad campaign. It takes more than 3s. This will affect campaign effectForum: Plugins
In reply to: [LiteSpeed Cache] admin-ajax.php cacheHi @qtwrk,
They told me to switch to cookie as you told me: wcml_user_store_strategy – WPML
But I can’t hit cache at the first page load now. I’ve set it up this way: https://imgur.com/a/byAD97M
I also added the 4 cookies in advance -> vary.
Is there any thing wrong with my settings?
Forum: Plugins
In reply to: [LiteSpeed Cache] Server error log Undefined array key “guest_uas”Ok.