knguyen2011
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Priority of highlight set after add to cart buttonCan anyone help me please?
Forum: Plugins
In reply to: [WooCommerce] Recently Viewed Cookie causing cache bypass – how to disableI added it to the functions.php of child theme but still there
Forum: Plugins
In reply to: [WooCommerce] Recently Viewed Cookie causing cache bypass – how to disableThank you. Will it be safe to remove this cookie?
Forum: Plugins
In reply to: [Redis Object Cache] Unknown statusAfter rolling back to php 7.4, everything is showing. Your plugin may not be compatible with Php 8.
Forum: Plugins
In reply to: [Redis Object Cache] Redis status – Not ConnectedDebug looks connected
wp redis enable
Status: Connected Client: PhpRedis (v5.3.7) Drop-in: Valid Disabled: No Ping: 1 Errors: [] PhpRedis: 5.3.7 Relay: Not loaded Predis: Not loaded Credis: Not loaded PHP Version: 8.2.4 Plugin Version: 2.4.1 Redis Version: 6.0.16 Multisite: No Metrics: Enabled Metrics recorded: 1 Filesystem: Working Global Prefix: "wp_" Blog Prefix: "wp_" WP_REDIS_HOST: "127.0.0.1" WP_REDIS_PORT: 6379 WP_REDIS_DATABASE: 1 WP_REDIS_TIMEOUT: 1 WP_REDIS_READ_TIMEOUT: 1
Forum: Plugins
In reply to: [Redis Object Cache] Redis status – Not ConnectedMy redis is running. Phpredis also installed with Php 8 but still unknown.
Can I put the menu outside that menu then?
This is really useful
Forum: Plugins
In reply to: [Memcached Object Cache] Compatible with WooCommerce?Yes, It connected to memcached server just fine but the second site got the cache from the first site.
These two sites are on the same server. I’m so nervous. I had to disable WooComemrce and reactivate again and the cached went out.
Forum: Plugins
In reply to: [Memcached Object Cache] Compatible with WooCommerce?Thank you. I set the key for different domain but the second domain got the cache for the first domain.
Here is for the first domain
define( ‘WP_CACHE_KEY_SALT’, ‘thefirstdomain’ );here is for the second domain:
define( ‘WP_CACHE_KEY_SALT’, ‘forthesecondomain’ );I think there is something wrong
Forum: Plugins
In reply to: [Memcached Object Cache] Compatible with WooCommerce?Got it. Ty. Just a question. Why it asked for memcache instead of memcached?
Forum: Plugins
In reply to: [Memcached Object Cache] Compatible with WooCommerce?It seemed to have problem with WP core
Cannot redeclare wp_cache_add() (previously declared in wp-includes/cache.php:41/
Forum: Plugins
In reply to: [Memcached Object Cache] Compatible with WooCommerce?THank you. How can I make it work with multiple Woo stores on the same server?
- This reply was modified 2 years, 4 months ago by knguyen2011.
I only want my support to access it, not WooCommerce settings. What’s the main permission for it? Right now they can see it but they can’t save the metadata.
I found something like
It seemed to support GIF, PNG, BMP.
but here is my gd
php -r 'print_r(gd_info());' Array ( [GD Version] => bundled (2.1.0 compatible) [FreeType Support] => 1 [FreeType Linkage] => with freetype [GIF Read Support] => 1 [GIF Create Support] => 1 [JPEG Support] => 1 [PNG Support] => 1 [WBMP Support] => 1 [XPM Support] => [XBM Support] => 1 [WebP Support] => [BMP Support] => 1 [TGA Read Support] => 1 [JIS-mapped Japanese Font Support] => )