masoema
Forum Replies Created
-
Forum: Plugins
In reply to: [Redis Object Cache] wpml cannot be use if plugin activatedhi..
yeah i just realize that, even by adding group that defined by wpml plugin, i still cant manage to get rid that errorsanyway, thanks for your answer..
still strugling to find a way 🙁Forum: Plugins
In reply to: [Redis Object Cache] wpml cannot be use if plugin activatedi mean in general,
like array in this class
$global_groups = array( ‘users’, ‘userlogins’, ‘usermeta’, ‘site-options’, ‘site-lookup’, ‘blog-lookup’, ‘blog-details’, ‘rss’ );what is that array represent to?
Forum: Plugins
In reply to: [Redis Object Cache] wpml cannot be use if plugin activatedhi,
thx for the respond
at the moment, i’m confused what should i write in inside the array public $no_redis_groups = array( .. )how to relate array value to the plugins that we dont want to be cached ?
for example, if i have plugin hello-dolly, to pass the cache should i write
$no_redis_groups = array(‘hello-dolly’,..) ?once again, thx for ur kindness
Forum: Plugins
In reply to: [Redis Object Cache] wpml cannot be use if plugin activatedhow to adjust array plugin? how to define certain plugin into array ?
thx in advance