Unable access to wp-admin #48
Answered
by
Pascal26120
Pascal26120
asked this question in
Support (ROC)
-
When I active redis-cache plugging in wordpress, I can not access to mysite.com/wp-admin DescriptionExpected BehaviorActual BehaviorPossible FixSteps to Reproduce
Additional contextEnvironment
|
Beta Was this translation helpful? Give feedback.
Answered by
Pascal26120
Oct 10, 2023
Replies: 2 comments
-
Please post:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, Thank you for reply.
Regards |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tillkruss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Thank you for reply.
I correct the issue by adding the following line in my wp-config.php :
define('WP_REDIS_IGNORED_GROUPS', ['user_meta', 'users', 'userlogins', 'usermeta']);
Regards