Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clean cache function cannot really clean the custom component's settings in redis db. Joomla 3.9.x with Redis 3.2.10 #23352

Closed
kingyond opened this issue Dec 27, 2018 · 3 comments

Comments

@kingyond
Copy link

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.

@richard67
Copy link
Member

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

@joomla-cms-bot
Copy link

Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/23352

@ghost
Copy link

ghost commented Mar 4, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants