alsguimaraes
Forum Replies Created
-
I am still experiencing the same issue with 1.5.1.
Apparently some problem with line items and quantities…
Please find the relevant piece of the log below.[L_PAYMENTREQUEST_0_NAME0] => XXXXXXXXXXXX
[L_PAYMENTREQUEST_0_DESC0] => YYYYYYYYYY
[L_PAYMENTREQUEST_0_AMT0] => 19.9
[L_PAYMENTREQUEST_0_QTY0] => 2
[L_PAYMENTREQUEST_0_ITEMURL0] => ZZZZZZZZZZ
[L_PAYMENTREQUEST_0_NAME1] => Extra line item
[L_PAYMENTREQUEST_0_DESC1] =>
[L_PAYMENTREQUEST_0_QTY1] => 1
[L_PAYMENTREQUEST_0_AMT1] => 19.9
[PAYMENTREQUEST_0_AMT] => 39.8
[PAYMENTREQUEST_0_CURRENCYCODE] => USD
[PAYMENTREQUEST_0_ITEMAMT] => 39.8Forum: Plugins
In reply to: [Redis Object Cache] Empty metrics tab and moreJust figured out what was going on.
The breeze plugin from Cloudways has a different *basic* cache that was messing things up.
According to them “This is the basic cache that we recommend should be kept enabled in all cases.”.
All well after disabling this Breeze cache system.Forum: Plugins
In reply to: [Redis Object Cache] Empty metrics tab and moreI was not setting those explicity. Should use the defaults, right?
Anyways, I have added a couple constants to wp-config.php.
I can redis-cli ping, info, etc.Status: Connected
Client: PhpRedis (v5.3.1)
Drop-in: Valid
Disabled: No
Ping: 1
Errors: []
PhpRedis: 5.3.1
Predis: Not loaded
Credis: Not loaded
PHP Version: 7.4.8
Plugin Version: 2.0.5
Redis Version: 5.0.3
Multisite: No
Filesystem: Yes
Global Prefix: “wp_”
Blog Prefix: “wp_”
WP_REDIS_CLIENT: “phpredis”
WP_REDIS_MAXTTL: 7200
WP_REDIS_PREFIX: “xp ”
Global Groups: [
“blog-details”,
“blog-id-cache”,
“blog-lookup”,
“global-posts”,
“networks”,
“rss”,
“sites”,
“site-details”,
“site-lookup”,
“site-options”,
“site-transient”,
“users”,
“useremail”,
“userlogins”,
“usermeta”,
“user_meta”,
“userslugs”,
“blog_meta”
]
Ignored Groups: [
“counts”,
“plugins”,
“themes”
]
Unflushable Groups: []
Drop-ins: [
“advanced-cache.php v by “,
“Redis Object Cache Drop-In v2.0.5 by Till Krüss”
]Forum: Plugins
In reply to: [Redis Object Cache] Empty metrics tab and moreThanks for the prompt reply.
I did add the MAXTTL but the behavior did not change (I had tried itbefore).
WP_REDIS_MAXTTL: 3600
Nothing under metrics, just the message “Not enough data collected, yet”.