Home › Forums › WoodMart support forum › Menu disappearing or showing duplicates of translated menus caused by Redis › Reply To: Menu disappearing or showing duplicates of translated menus caused by Redis
tim.meulendijk
Hi there,
Small update. In collaboration with WPML, they have found the solution regarding the broken or missing menu at the backend. When you have WPML and Redis installed on a WordPress Installation, you need to add one line to the wp-config file.
==
define ( ‘WP_REDIS_IGNORED_GROUPS’, [‘WPML_Cache_Terms_Per_Lang’, ‘terms’, ‘nav_menu_relationships’]);
==
This is the fix related to WPML in combination with Redis Cache.
The solution shared, is adding an exception in Redis not to read a specific group of data.
Thanks to WPML we found it. If your customers have similar issues, please share the solution provided by WPML.
Have a nice day!