ironhead3
Forum Replies Created
-
Hello @stevendebeer, I have disabled the caching plugin and cloudflare. I’m getting a different error https://i.imgur.com/Qi5z2mp.png
I have updated the plugin to Version 9.0.11 but the issue persists.
Forum: Plugins
In reply to: [Redis Object Cache] Redis cache with multiple wordpress sitesI tried clearing the Opcode cache but no luck. Here’s the configuration for second site (site2) on the same server:
I have added
define( 'WP_REDIS_DATABASE', 1 );to this site since site1 has Database 0. But the plugin in site2 is connecting to the Database 0 (https://i.imgur.com/73yfyxn.jpeg). However if I go to metrics tab I see a different value (https://i.imgur.com/H8Motih.jpeg). Upon opening theobject-cache.phplocated at/var/www/site2.com/wp-content/object-cache.phpI see Database 0 (https://i.imgur.com/5Lkg2eX.jpeg)The
object-cache.phpof both site1 and site2 is having the same entry. Is this a bug or a configuration mistake from my side?Forum: Plugins
In reply to: [Redis Object Cache] Redis cache with multiple wordpress sitesI have added the config but the plugin page is showing database 0. However I can see the changes made to MAXTTL in the same wp-config.php. What should I do now?
When I run
redis-cli INFO keyspaceI see only db0 but not the other database (db1 which I added the config in site2)
After addingdefine( 'WP_REDIS_DATABASE', 1);I cleared the cache usingflushalland restarted redis and php. But still the plugin page is showing the database as 0. Sometimes it redirects to the site1 which has redis db0.- This reply was modified 3 years, 12 months ago by ironhead3.
Forum: Plugins
In reply to: [Redis Object Cache] Redis cache with multiple wordpress sitesThanks for the information
Thanks for the info. Have a great day!
Thanks for the valuable input. I’m just using two rates for 1 order. I have configured the woocommerce like this – https://i.imgur.com/5u33Tos.jpeg.
Is there any updates on the feature request? If this feature in the pipeline, I can make the purchase
Forum: Themes and Templates
In reply to: [Astra] How to remove white space after footer?@brainstormteam can I add the this code using codesnippets plugin?
Thanks for the info
I have enabled that option, so from now on the local files will be deleted after it finished uploading to the Google Drive?
Forum: Themes and Templates
In reply to: [Astra] No spacing in orders pageHey thanks for the reply, I solved it by using:
.woocommerce div.product form.cart .button.single_add_to_cart_button {
margin-left: 1rem;
}