?
avatar kingyond
kingyond
27 Dec 2018

Steps to reproduce the issue

installed Redis 3.2.10 as cache server.
create new custom component with settings in config.xml
installed the custom component.
try to use params,
$params = JComponentHelper::getParams("com_custom_xxx",true);//replace com_custom_xxx as the correct name.
var_dump($params);
change the settings from the custom component default settings page.
again try to use the params, but this time.
the result the $params has no value. (It may has correct values after minutes later, maybe wait for the cache expired)
try to clear all cache from com_cache component page.
try to user the params again.
the params still empty (or the old's values)

Expected result

after try to clean all cache from com_cache component page.
try to use params again, the params should refresh and replace with new changed settings.

Actual result

the clean cache function cannot delete the correct redis cache.

System information (as much as possible)

Joomla 3.9.x
Redis 3.2.10
Php 7.10.x
Centos 7.4
nginx 1.14.2

Additional comments

try to use redis-cli to clean the cache db. the cache refresh immediately.

avatar kingyond kingyond - open - 27 Dec 2018
avatar joomla-cms-bot joomla-cms-bot - change - 27 Dec 2018
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 27 Dec 2018
avatar richard67
richard67 - comment - 28 Dec 2018

@kingyond Where did you get PHP 7.10.x? Right now, latest version is 7.3.x!

avatar joomla-cms-bot joomla-cms-bot - change - 4 Mar 2019
Closed_By franz-wohlkoenig joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 4 Mar 2019
avatar franz-wohlkoenig franz-wohlkoenig - change - 4 Mar 2019
Status New Closed
Closed_Date 0000-00-00 00:00:00 2019-03-04 12:55:23
Closed_By franz-wohlkoenig
avatar joomla-cms-bot
joomla-cms-bot - comment - 4 Mar 2019
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 4 Mar 2019

closed as no Response but Issue can always be reopened.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23352.

Add a Comment

Login with GitHub to post a comment